mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
apply min-height to anki-editable directly (#3957)
This commit is contained in:
parent
ad073ab10c
commit
6ff023f6a1
2 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: 1.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue