Skip to content

Commit

Permalink
fix(field): fix styles for textarea with rows
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Oct 13, 2018
1 parent c29611b commit e0cb704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ly-field>
<ly-label>ly-label</ly-label>
<textarea cols="30" rows="10">hi</textarea>
<textarea>hi</textarea>
</ly-field>

<ly-field withColor="accent">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/themes/minima/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const input = {
standard: {
input: {
marginTop: '2em',
marginBottom: 'auto'
marginBottom: '.25em'
},
floatingLabel: {
top: '-1em'
Expand Down

0 comments on commit e0cb704

Please sign in to comment.