mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-12 19:44:53 +00:00
Merge branch '500' into 'develop'
Set max-width of textarea in settings page Closes #500 See merge request pleroma/pleroma-fe!761
This commit is contained in:
commit
c8f967d5c0
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@
|
|||
|
||||
textarea {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue