Disable horizontal resizing for textareas

This commit is contained in:
biast12 2025-02-10 06:39:54 +01:00
parent d398cfe84e
commit 6ee5f2edd5

View File

@ -37,6 +37,10 @@ label {
display: block; display: block;
} }
textarea {
resize: vertical;
}
input, button, select, textarea { input, button, select, textarea {
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;