Fix attachments with very long name exceeded of attachment table

This commit is contained in:
Hadi Nategh 2014-09-04 10:04:58 +00:00
parent 20179f1767
commit 2e005853d9
2 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ A.sieveRowInActive
}
table tr.attachmentRow > td{
padding:0 !important;
max-width: 0px;
}
table tr.attachmentRow > td > img {
background:transparent;

View File

@ -176,6 +176,7 @@ A.sieveRowInActive {
}
table tr.attachmentRow > td {
padding: 0 !important;
max-width: 0px;
}
table tr.attachmentRow > td > img {
background: transparent;