xP: only allow vertical textarea resizing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user