Disable horizontal resizing for textareas
This commit is contained in:
parent
d398cfe84e
commit
6ee5f2edd5
@ -37,6 +37,10 @@ label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user