mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 05:20:46 -05:00
Merge pull request #29346 from nextcloud/fix/biography-resize
Allow resize of Biography/About box
This commit is contained in:
commit
c5405befcf
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