apply min-height to anki-editable directly (#3957)

This commit is contained in:
llama 2025-04-28 04:41:00 +08:00 committed by GitHub
parent ad073ab10c
commit 6ff023f6a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
&:focus { &:focus {
outline: none; outline: none;
} }
min-height: 1.5em;
} }
/* editable-base.scss contains styling targeting user HTML */ /* editable-base.scss contains styling targeting user HTML */

View file

@ -2,7 +2,6 @@
* { * {
max-width: 100%; max-width: 100%;
min-height: 1.5em;
} }
p { p {