mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Fix empty field's height in legacy editor
This commit is contained in:
parent
63052e7fb9
commit
53095731fc
2 changed files with 0 additions and 10 deletions
|
@ -4,6 +4,3 @@
|
|||
import "./editable-base.scss";
|
||||
import "./content-editable.scss";
|
||||
import "./mathjax.scss";
|
||||
/* only imported for the CSS in the legacy editor */
|
||||
import "./ContentEditable.svelte";
|
||||
import "./Mathjax.svelte";
|
||||
|
|
|
@ -11,10 +11,3 @@ img {
|
|||
margin: 1rem auto;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.empty {
|
||||
vertical-align: text-bottom;
|
||||
|
||||
width: var(--font-size);
|
||||
height: var(--font-size);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue