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:
Shpuld Shpludson 2019-04-22 14:00:09 +00:00
commit c8f967d5c0
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@
textarea {
width: 100%;
max-width: 100%;
height: 100px;
}