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 4a7351bdc8
commit ca7efacfed
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 {
outline: none;
}
min-height: 1.5em;
}
/* editable-base.scss contains styling targeting user HTML */

View file

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