fix email in preview breaks at - eg. someone@some-domain.com and elipsis is not shown

This commit is contained in:
Ralf Becker 2017-10-05 19:06:12 +02:00
parent 0183635c02
commit ff4de75fb3
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;
}