Allow textarea resize

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2021-10-20 16:56:17 +00:00 committed by nextcloud-command
parent 07863f3de3
commit 3afe3916cd
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -125,7 +125,7 @@ export default {
align-items: center;
textarea {
resize: none;
resize: vertical;
grid-area: 1 / 1;
width: 100%;
margin: 3px 3px 3px 0;