Skip to content
Snippets Groups Projects
Commit 8c465719 authored by HJ's avatar HJ :fire:
Browse files

Merge branch '650' into 'develop'

Make bio textarea resizable vertically only

Closes #650

See merge request pleroma/pleroma-fe!928
parents 8e33934e e1c2c5cf
Branches
No related tags found
No related merge requests found
......@@ -268,6 +268,7 @@ $validations-cRed: #f04124;
textarea {
min-height: 100px;
resize: vertical;
}
.form-group {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment