Add min-height to <textarea>

This commit is contained in:
Felix 2020-05-30 14:01:59 -05:00
parent 1c7806c518
commit 3a3d1baa6a

View file

@ -62,6 +62,7 @@ textarea {
width: 100%;
box-sizing: border-box;
resize: vertical;
min-height: 140px;
}
select {