make bio textarea resizable vertically only

This commit is contained in:
taehoon 2019-08-26 16:00:19 -04:00
parent 8e33934e50
commit e1c2c5cfed
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ $validations-cRed: #f04124;
textarea {
min-height: 100px;
resize: vertical;
}
.form-group {