From 544e20e1d82868a52c0cc7c78315b4174de3d4c3 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:51:55 -0500 Subject: [PATCH] Fix main header sizing issues on Linux --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index d5c41bedc8..a20f10e7a5 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4336,7 +4336,7 @@ button.module-conversation-details__action-button { -webkit-app-region: no-drag; &__input { - flex-grow: 1; + width: 100%; height: 28px; padding-left: 30px;