Merge branch '650' into 'develop'
Make bio textarea resizable vertically only Closes #650 See merge request pleroma/pleroma-fe!928
This commit is contained in:
commit
8c465719cc
|
@ -268,6 +268,7 @@ $validations-cRed: #f04124;
|
|||
|
||||
textarea {
|
||||
min-height: 100px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
Loading…
Reference in New Issue