From ff4de75fb3485655ae762b068f13bf7ac44ae25c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 5 Oct 2017 19:06:12 +0200 Subject: [PATCH] fix email in preview breaks at - eg. someone@some-domain.com and elipsis is not shown --- mail/templates/pixelegg/app.css | 1 + mail/templates/pixelegg/app.less | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 89e216ccf7..6ac9a702eb 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -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; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index 617f425c6f..af9c5c470d 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -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; }