From 74ca130d514e42e1677ca8aabb71688b08fe6330 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 21 Jul 2017 15:00:42 +0300 Subject: [PATCH] Hide overflow on entire message row Fixes #1360 --- 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 0f90db98..e91aad4a 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -874,6 +874,7 @@ kbd { word-wrap: break-word; word-break: break-word; /* Webkit-specific */ display: flex; + overflow: hidden; position: relative; } @@ -967,7 +968,6 @@ kbd { #chat .content { flex: 1 1 auto; - overflow: hidden; } #loading a,