xP: only allow vertical textarea resizing
This commit is contained in:
parent
c06894b291
commit
240fac4d90
@ -162,6 +162,7 @@ textarea {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
border: 2px inset #eee;
|
border: 2px inset #eee;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user