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 !928
parents 8e33934e e1c2c5cf
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!928Make bio textarea resizable vertically only
Pipeline #16416 passed
......@@ -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.
Finish editing this message first!
Please register or to comment