forked from extern/egroupware
Fix long mail addresses do not get ellipsis style in mobile template mail list
This commit is contained in:
parent
7c1bcf9c03
commit
0e951f3c49
@ -2605,6 +2605,7 @@ div.mailComposeHeaderSection > table {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#mail-index table.egwGridView_outer tbody td span[id^='mail-index_'][id$='attachments]'] {
|
#mail-index table.egwGridView_outer tbody td span[id^='mail-index_'][id$='attachments]'] {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -230,6 +230,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
span[id^='mail-index_'][id$='attachments]'] {
|
span[id^='mail-index_'][id$='attachments]'] {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user