xP: only allow vertical textarea resizing

This commit is contained in:
2022-09-10 17:07:56 +02:00
parent c06894b291
commit 240fac4d90

View File

@@ -162,6 +162,7 @@ textarea {
margin: 0;
border: 2px inset #eee;
flex-shrink: 0;
resize: vertical;
}
textarea:focus {
outline: none;