fixup 5e4ccd4af6 original message: vfs styling changes --added wrapping of long filenames --improved mail attachment list to use available space

This commit is contained in:
milan 2024-12-05 15:14:25 +01:00
parent 5e4ccd4af6
commit 408a763dc9

View File

@ -176,6 +176,7 @@ table tr.attachmentRow > td{
}
table tr.attachmentRow > td et2-description{
width: 84vw;
overflow-wrap: anywhere;
}
table tr.attachmentRow > td > img {
background:transparent;
@ -240,7 +241,7 @@ pre {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
overflow-wrap: anywhere;
word-wrap: break-word;
}
#mail-index {
position: relative;