webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section

This commit is contained in:
Mechiel Lukkien
2023-10-12 22:08:13 +02:00
parent 8dacc31445
commit a93dd348fe
6 changed files with 6 additions and 4 deletions

View File

@ -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; }