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
|
@ -328,6 +328,7 @@
|
|||
|
||||
textarea {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue