Merge pull request #29346 from nextcloud/fix/biography-resize

Allow resize of Biography/About box
This commit is contained in:
Louis 2021-10-21 10:57:49 +02:00 committed by GitHub
commit c5405befcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;