forked from AkkomaGang/akkoma-fe
set max-width of textarea in settings page
This commit is contained in:
parent
61d04b8823
commit
f7baa6e190
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@
|
|||
|
||||
textarea {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue