Skip to content

Commit

Permalink
Fix textarea height
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed May 31, 2020
1 parent 37910e7 commit 7e4e508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parts/_forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ textarea:not([cols]) {
}

textarea:not([rows]) {
min-height: 140px;
min-height: 40px;
height: 140px;
}

select {
Expand Down

0 comments on commit 7e4e508

Please sign in to comment.