made the text areas vertically resizable

This commit is contained in:
Manuel Friedli 2015-03-31 16:51:31 +02:00
parent d8e48958bc
commit 4ea09d9c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}