made the text areas vertically resizable
This commit is contained in:
parent
d8e48958bc
commit
4ea09d9c5c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ textarea.input {
|
|||
font-size: 80%;
|
||||
height: 150px;
|
||||
padding: 0.1em 0.3em;
|
||||
resize: none;
|
||||
resize: vertical;
|
||||
width: -moz-available;
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue