mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue