forked from AkkomaGang/akkoma-fe
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
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ $validations-cRed: #f04124;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
Loading…
Reference in a new issue