mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 08:54:38 +03:00
webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
<style>
|
||||
* { font-size: inherit; font-family: 'ubuntu', 'lato', sans-serif; margin: 0; padding: 0; box-sizing: border-box; }
|
||||
table td, table th { padding: .25ex .5ex; }
|
||||
.msgheaders td { word-break: break-word; /* prevent horizontal scroll bar for long header values */ }
|
||||
|
||||
.pad { padding: 1ex; }
|
||||
.scriptswitch { text-decoration: underline #dca053 2px; }
|
||||
|
Reference in New Issue
Block a user