Fix unwanted wrapping of a long message subject on the messages list in recent webkit browsers (#3)
This commit is contained in:
parent
357bbde671
commit
6a7c98a528
1
mail.css
1
mail.css
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue