mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
Add min-height to <textarea>
This commit is contained in:
parent
1c7806c518
commit
3a3d1baa6a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ textarea {
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
resize: vertical;
|
||||
min-height: 140px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue