From db254e87ec789cfcab7334d28f1a3a414658a482 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 25 Dec 2022 23:52:00 -0800 Subject: [PATCH] Fix visual bug with taller input --- components/CharLimitedFieldset/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/CharLimitedFieldset/index.scss b/components/CharLimitedFieldset/index.scss index b1bd3c6e..f465a160 100644 --- a/components/CharLimitedFieldset/index.scss +++ b/components/CharLimitedFieldset/index.scss @@ -17,6 +17,10 @@ // box-shadow: 0 2px rgba(255, 255, 255, 1); } + .Input { + padding: $unit * 1.5 $unit-2x; + } + .Counter { color: $grey-55; font-weight: $bold;