mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Fix textarea height
This commit is contained in:
parent
37910e7fa2
commit
7e4e508fc1
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ textarea:not([cols]) {
|
|||
}
|
||||
|
||||
textarea:not([rows]) {
|
||||
min-height: 140px;
|
||||
min-height: 40px;
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue