mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix email in preview breaks at - eg. someone@some-domain.com and elipsis is not shown
This commit is contained in:
parent
0183635c02
commit
ff4de75fb3
@ -2335,6 +2335,7 @@ div.mailPreviewHeaders div.mail_extraEmails {
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
|
||||
width: 24px;
|
||||
|
@ -1211,6 +1211,7 @@ div.mailPreviewHeaders div.mail_extraEmails {
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
img.et2_button_icon {
|
||||
.dimension_width_height_m;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user