Skip to content

Commit

Permalink
Merge pull request #29 from tw15egan/text-input
Browse files Browse the repository at this point in the history
fix(text-input): fix letters being cut off
  • Loading branch information
chrisdhanaraj authored Apr 14, 2017
2 parents f162ac9 + ed9c45f commit 05b0f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text-input/_text-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 100%;
height: rem(40px);
min-width: 10rem;
padding: .825rem 1rem;
padding: 0 1rem;
color: $text-01;
background-color: $field-01;
border: 1px solid transparent;
Expand Down

0 comments on commit 05b0f3b

Please sign in to comment.