From 9f98c4e9f709d2b0bdbc496457e35810119c2998 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 30 Jul 2015 00:56:27 +0100 Subject: [PATCH] crop zalgos on chrome fix --- skins/base/css/molecules/SenderProfile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/base/css/molecules/SenderProfile.css b/skins/base/css/molecules/SenderProfile.css index d8397114f2..45db913e68 100644 --- a/skins/base/css/molecules/SenderProfile.css +++ b/skins/base/css/molecules/SenderProfile.css @@ -16,5 +16,5 @@ limitations under the License. .mx_SenderProfile_zalgo { font-family: Helvetica, Arial, Sans-Serif; - display: table-row; + display: table-row ! important; }