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

@ -19,7 +19,7 @@ const init = () => {
)
}
const msgheaderview = dom.table(style({marginBottom: '1ex', width: '100%'}))
const msgheaderview = dom.table(dom._class('msgheaders'), style({marginBottom: '1ex', width: '100%'}))
loadMsgheaderView(msgheaderview, mi, [], null)
const l = window.location.pathname.split('/')