Fix unwanted wrapping of a long message subject on the messages list in recent webkit browsers (#3)

This commit is contained in:
Aleksander Machniak 2023-07-11 18:26:44 +02:00
parent 357bbde671
commit 6a7c98a528
2 changed files with 1 additions and 2 deletions

View File

@ -1457,7 +1457,6 @@ body.status-flagged .flag-icon {
.widescreen .messagelist td.subject {
width: 99%;
white-space: wrap;
position: relative; /* for span.date positioning in Firefox */
}

2
mail.min.css vendored

File diff suppressed because one or more lines are too long