Fix long mail addresses do not get ellipsis style in mobile template mail list

This commit is contained in:
Hadi Nategh 2016-09-19 16:34:15 +02:00
parent 3b413f7caf
commit 6342336425
2 changed files with 2 additions and 0 deletions

View File

@ -2605,6 +2605,7 @@ div.mailComposeHeaderSection > table {
white-space: nowrap;
text-overflow: ellipsis;
width: 95%;
display: inline-block;
}
#mail-index table.egwGridView_outer tbody td span[id^='mail-index_'][id$='attachments]'] {
float: right;

View File

@ -230,6 +230,7 @@
white-space: nowrap;
text-overflow: ellipsis;
width: 95%;
display: inline-block;
}
span[id^='mail-index_'][id$='attachments]'] {
float: right;