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