1
0
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:
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]) {
min-height: 140px;
min-height: 40px;
height: 140px;
}
select {