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 {