add resize-vertical (#1018)

This commit is contained in:
Cory LaViska
2025-06-03 15:08:52 -04:00
committed by GitHub
parent 7bdc9a2cc4
commit afb2082c79

View File

@@ -924,6 +924,10 @@
}
}
textarea {
resize: vertical;
}
input.wa-pill,
textarea.wa-pill {
border-radius: var(--wa-border-radius-pill) !important;