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