From 8f76c8e8962f81b770aced5ceab1dfbaaae8a074 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:49:55 -0700 Subject: [PATCH] Move large input remaining count to avoid scrollbar Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- stylesheets/components/Input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/Input.scss b/stylesheets/components/Input.scss index b02ed7f8b1e..091e942fccd 100644 --- a/stylesheets/components/Input.scss +++ b/stylesheets/components/Input.scss @@ -120,7 +120,7 @@ &--large { bottom: 0; - margin: 12px; + margin: 12px 24px 12px 12px; position: absolute; right: 0; }