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;