From 12a229e6048cd8d5de8d130253dc352074e72dd9 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Fri, 5 Jun 2026 19:21:22 +0200 Subject: [PATCH] fix: align inline math with text baseline --- src/components/EditorTheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EditorTheme.css b/src/components/EditorTheme.css index 7359e32c..42dcfc74 100644 --- a/src/components/EditorTheme.css +++ b/src/components/EditorTheme.css @@ -280,7 +280,7 @@ .editor__blocknote-container .math--inline { display: inline-flex; max-width: 100%; - vertical-align: -0.15em; + vertical-align: baseline; } .editor__blocknote-container .math-block-shell {