Fix empty field's height in legacy editor

This commit is contained in:
Abdo 2025-07-24 13:36:09 +03:00
parent 63052e7fb9
commit 53095731fc
2 changed files with 0 additions and 10 deletions

View file

@ -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";

View file

@ -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);
}