Fix input padding

This commit is contained in:
Justin Edmund 2022-12-23 16:12:08 -08:00
parent bf3331d1c5
commit d5d404abde

View file

@ -5,7 +5,7 @@
border-radius: 6px;
box-sizing: border-box;
display: block;
padding: $unit-2x;
padding: ($unit * 1.5) $unit-2x;
width: 100%;
&.Bound {