From 6664315e3ae78eaab432f2d8be66e5fbb418e7ea Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 27 May 2021 11:42:33 -0400 Subject: [PATCH] Fix composition input layout with lots of whitespace --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 7f5b31cc0d1f..7a060e71ed22 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -8970,6 +8970,7 @@ button.module-image__border-overlay:focus { caret-color: transparent; padding: 0; text-align: start; + white-space: break-spaces; &--loaded { caret-color: auto;