mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 18:14:38 +03:00
webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section
This commit is contained in:
@ -64,6 +64,7 @@ table.search td { padding: .25em; }
|
||||
.msgitemsubject { position: relative; }
|
||||
.msgitemflag { margin-right: 1px; font-weight: normal; font-size: .9em; }
|
||||
.msgitemflag.msgitemflagcollapsed { color: #666; }
|
||||
.msgheaders td { word-break: break-word; /* prevent horizontal scroll bar for long header values */ }
|
||||
.quoted1 { color: #03828f; }
|
||||
.quoted2 { color: #c7445c; }
|
||||
.quoted3 { color: #417c10; }
|
||||
|
Reference in New Issue
Block a user