diff --git a/ts/editor/mathjax-overlay/MathjaxEditor.svelte b/ts/editor/mathjax-overlay/MathjaxEditor.svelte index 6c9d32bea..f357bfd35 100644 --- a/ts/editor/mathjax-overlay/MathjaxEditor.svelte +++ b/ts/editor/mathjax-overlay/MathjaxEditor.svelte @@ -144,7 +144,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html :global(.CodeMirror-placeholder) { font-family: sans-serif; - font-size: 55%; + font-size: max(12px, 55%); text-align: center; color: var(--fg-subtle); }