From 634233642597789d513fac40312ce5670feba980 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 19 Sep 2016 16:34:15 +0200 Subject: [PATCH] Fix long mail addresses do not get ellipsis style in mobile template mail list --- mail/templates/mobile/app.css | 1 + mail/templates/mobile/app.less | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 81665d2ad8..59e84b47d2 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -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; diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less index 2bb8c734ea..b948edefe4 100644 --- a/mail/templates/mobile/app.less +++ b/mail/templates/mobile/app.less @@ -230,6 +230,7 @@ white-space: nowrap; text-overflow: ellipsis; width: 95%; + display: inline-block; } span[id^='mail-index_'][id$='attachments]'] { float: right;