Make textareas respect rows attribute on Windows
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

Specificity conflict with the selector above.

https://forums.zotero.org/discussion/comment/472656/#Comment_472656
This commit is contained in:
Abe Jellinek 2024-08-29 11:58:26 -04:00
parent 460d5e0f9b
commit 051d3384c5

View file

@ -121,6 +121,6 @@ textarea:not([no-windows-native]) {
}
}
textarea {
textarea:not([no-windows-native]) {
height: unset;
}