Increase height for textareas

This commit is contained in:
Eric Lippmann 2017-05-04 13:53:20 +02:00
parent 7704d6972d
commit d56c7b308e
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ button.animated.active {
}
textarea {
height: 4em;
height: 8em;
}
select.grant-permissions {