From 1bfd62627da65a7a604c4562870741fcaa7a2bb1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 22 Dec 2022 23:48:33 -0800 Subject: [PATCH] Fix alignment --- components/CharLimitedFieldset/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/CharLimitedFieldset/index.scss b/components/CharLimitedFieldset/index.scss index dc9eb4a5..b1bd3c6e 100644 --- a/components/CharLimitedFieldset/index.scss +++ b/components/CharLimitedFieldset/index.scss @@ -1,6 +1,7 @@ .Limited { $offset: 2px; + align-items: center; background: var(--input-bg); border-radius: $input-corner; border: $offset solid transparent;