forked from AkkomaGang/akkoma-fe
make bio textarea resizable vertically only
This commit is contained in:
parent
8e33934e50
commit
e1c2c5cfed
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ $validations-cRed: #f04124;
|
|||
|
||||
textarea {
|
||||
min-height: 100px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
Loading…
Reference in a new issue