From 2489438ff4f75933c4933d4e1c70c1f645b1c9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 10 Mar 2022 19:03:18 +0100 Subject: [PATCH] Set max-height to chat preview message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/chats.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 418d0eca8..6060e882f 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -487,6 +487,7 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + max-height: 19px; a { color: var(--highlight-text-color);