1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 16:14:34 +02:00

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 {