1
0
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:
Felix
2020-05-31 18:10:19 -05:00
parent 37910e7fa2
commit 7e4e508fc1

View File

@@ -69,7 +69,8 @@ textarea:not([cols]) {
} }
textarea:not([rows]) { textarea:not([rows]) {
min-height: 140px; min-height: 40px;
height: 140px;
} }
select { select {