Fix editable-text height on Windows (#3823)

This commit is contained in:
windingwind 2024-03-10 13:56:18 +08:00 committed by GitHub
parent d2dc9dd3c0
commit edb9a06910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
editable-text {
.input {
height: unset;
height: unset !important;
// Disable focus ring
outline: none;
padding-inline-start: unset;