From 5722bd984525fb06c8f88caf22707f4ceb182f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 23 Jan 2018 01:02:37 -0500 Subject: [PATCH] Allow timestamp tooltips to expand beyond message boundaries --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 767e588d..054fffa0 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1045,7 +1045,6 @@ kbd { word-break: break-word; /* Webkit-specific */ display: flex; align-items: flex-start; - overflow: hidden; position: relative; } @@ -1146,6 +1145,7 @@ kbd { min-width: 0; padding-left: 10px; padding-right: 6px; + overflow: hidden; /* Prevents Zalgo text to expand beyond messages */ } #loading a,