From cc6d2dc47111a0f7a9cac8e59b6eed8e65be300d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 28 Oct 2025 13:13:39 +0100 Subject: [PATCH] fix: Missizing of math (#10494) --- shared/editor/components/Styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 2246f68baa..0c5dbba56c 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -51,7 +51,6 @@ const mathStyle = (props: Props) => css` .math-node { min-width: 1em; min-height: 1em; - font-size: 0.95em; font-family: ${props.theme.fontFamilyMono}; cursor: auto; white-space: pre-wrap; @@ -96,7 +95,6 @@ const mathStyle = (props: Props) => css` math-inline .math-render { display: inline-block; - font-size: 0.85em; } math-inline .math-src .ProseMirror {