Skip to content

Commit

Permalink
fix(ffe-form): Add vertical padding to textarea
Browse files Browse the repository at this point in the history
Fixes #38

This commit adds 13px padding to `ffe-textarea` so text no longer hugs
the top and bottom borders.
  • Loading branch information
wkillerud committed Mar 1, 2018
1 parent 8bd5d6b commit 4fe4ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-form/less/textarea.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ffe-textarea {
display: block;
width: 100%;
padding: 0 13px;
padding: 13px;
font-family: MuseoSans-500, arial, sans-serif;
border-radius: 4px;
border: 2px solid @ffe-grey-silver;
Expand Down

0 comments on commit 4fe4ba8

Please sign in to comment.