From c0f6830e7fa84fbb5d296021e95d8fb8f61a2df3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 13:08:04 -0500 Subject: [PATCH] Chat: fix avatar proportion in pane header --- app/styles/chats.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 62e175c181..4600d1d9cb 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -43,7 +43,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - width: 100%; + flex: 1; height: 100%; background: transparent; border: 0;