Disable horizontal textarea resize
This commit is contained in:
parent
39c4672175
commit
6d9c79fb6d
4 changed files with 8 additions and 2 deletions
|
@ -332,6 +332,10 @@ input, textarea, .select, .input {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
&.resize-height {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue