Make textareas respect rows attribute on Windows
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
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:
parent
460d5e0f9b
commit
051d3384c5
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,6 @@ textarea:not([no-windows-native]) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea:not([no-windows-native]) {
|
||||||
height: unset;
|
height: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue