From f1cf93efad22ab9178281e6c071422de41323bf8 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 2 Sep 2020 14:46:05 +1000 Subject: [PATCH] fix emoji panel width --- stylesheets/_conversation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 92a613e45..1e1c3b739 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -29,6 +29,7 @@ display: flex; flex-direction: column; flex-grow: 1; + width: 100%; } .main.panel {