Disable horizontal textarea resize

This commit is contained in:
eugenijm 2020-12-15 21:17:50 +03:00
parent 39c4672175
commit 6d9c79fb6d
4 changed files with 8 additions and 2 deletions

View file

@ -332,6 +332,10 @@ input, textarea, .select, .input {
box-sizing: border-box;
}
}
&.resize-height {
resize: vertical;
}
}
option {