mirror of
https://github.com/kognise/water.css.git
synced 2025-08-25 22:20:54 +02:00
Fix textarea height
This commit is contained in:
@@ -69,7 +69,8 @@ textarea:not([cols]) {
|
||||
}
|
||||
|
||||
textarea:not([rows]) {
|
||||
min-height: 140px;
|
||||
min-height: 40px;
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user