Skip to content
Snippets Groups Projects
Commit e1c2c5cf authored by Tae Hoon's avatar Tae Hoon
Browse files

make bio textarea resizable vertically only

parent 8e33934e
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!928Make bio textarea resizable vertically only
......@@ -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