Fix editable-text height on Windows (#3823)
This commit is contained in:
parent
d2dc9dd3c0
commit
edb9a06910
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
editable-text {
|
||||
.input {
|
||||
height: unset;
|
||||
height: unset !important;
|
||||
// Disable focus ring
|
||||
outline: none;
|
||||
padding-inline-start: unset;
|
||||
|
|
Loading…
Reference in a new issue