diff --git a/ts/lib/editable/mathjax.scss b/ts/lib/editable/mathjax.scss index 03e118a70..b644eb2a3 100644 --- a/ts/lib/editable/mathjax.scss +++ b/ts/lib/editable/mathjax.scss @@ -1,4 +1,4 @@ -:global(anki-mathjax) { +anki-mathjax { white-space: pre; } @@ -11,3 +11,9 @@ img { margin: 1rem auto; transform: scale(1.1); } + +.empty { + vertical-align: text-bottom; + width: var(--font-size); + height: var(--font-size); +}