Fix visual bug with taller input

This commit is contained in:
Justin Edmund 2022-12-25 23:52:00 -08:00
parent fc93ab58ea
commit db254e87ec

View file

@ -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;