mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix attachments with very long name exceeded of attachment table
This commit is contained in:
parent
20179f1767
commit
2e005853d9
@ -183,6 +183,7 @@ A.sieveRowInActive
|
||||
}
|
||||
table tr.attachmentRow > td{
|
||||
padding:0 !important;
|
||||
max-width: 0px;
|
||||
}
|
||||
table tr.attachmentRow > td > img {
|
||||
background:transparent;
|
||||
|
@ -176,6 +176,7 @@ A.sieveRowInActive {
|
||||
}
|
||||
table tr.attachmentRow > td {
|
||||
padding: 0 !important;
|
||||
max-width: 0px;
|
||||
}
|
||||
table tr.attachmentRow > td > img {
|
||||
background: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user