mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:07 +01:00
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:
parent
5e4ccd4af6
commit
408a763dc9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user