mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 00:54:08 +02:00
Add min-height to <textarea>
This commit is contained in:
@@ -62,6 +62,7 @@ textarea {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
min-height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
Reference in New Issue
Block a user