mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix long mail addresses do not get ellipsis style in mobile template mail list
This commit is contained in:
parent
3b413f7caf
commit
6342336425
@ -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;
|
||||
|
@ -230,6 +230,7 @@
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
width: 95%;
|
||||
display: inline-block;
|
||||
}
|
||||
span[id^='mail-index_'][id$='attachments]'] {
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user