Skip to content

Commit 05b0f3b

Browse files
Merge pull request #29 from tw15egan/text-input
fix(text-input): fix letters being cut off
2 parents f162ac9 + ed9c45f commit 05b0f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/text-input/_text-input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
width: 100%;
1919
height: rem(40px);
2020
min-width: 10rem;
21-
padding: .825rem 1rem;
21+
padding: 0 1rem;
2222
color: $text-01;
2323
background-color: $field-01;
2424
border: 1px solid transparent;

0 commit comments

Comments
 (0)