mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:09 +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{
|
table tr.attachmentRow > td et2-description{
|
||||||
width: 84vw;
|
width: 84vw;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
table tr.attachmentRow > td > img {
|
table tr.attachmentRow > td > img {
|
||||||
background:transparent;
|
background:transparent;
|
||||||
@ -240,7 +241,7 @@ pre {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-wrap: anywhere;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
#mail-index {
|
#mail-index {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user