Fix textarea height
This commit is contained in:
parent
3cf889cd43
commit
adf7f42fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
width: 100%;
|
||||
|
||||
textarea {
|
||||
min-height: $unit * 20;
|
||||
min-height: $unit * 22;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue