mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:44:37 +03:00
webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section
This commit is contained in:
@ -2207,7 +2207,7 @@ const newMsgView = (miv: MsgitemView, msglistView: MsglistView, listMailboxes: l
|
||||
msgbuttonElem=dom.div(),
|
||||
dom.div(
|
||||
attr.arialive('assertive'),
|
||||
msgheaderElem=dom.table(style({marginBottom: '1ex', width: '100%'})),
|
||||
msgheaderElem=dom.table(dom._class('msgheaders'), style({marginBottom: '1ex', width: '100%'})),
|
||||
msgattachmentElem=dom.div(),
|
||||
msgmodeElem=dom.div(),
|
||||
),
|
||||
|
Reference in New Issue
Block a user