From 848c792c381743b05e6d035bee9331c5b96139a5 Mon Sep 17 00:00:00 2001 From: lcflight Date: Mon, 14 Oct 2024 14:35:07 -0400 Subject: [PATCH] fix line height for mjx-math in posts --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 2e1a2a2..bb37979 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -74,7 +74,7 @@ box-sizing: border-box; } -*:not(h1, h2, h3, h4, h5) { +*:not(h1, h2, h3, h4, h5, mjx-math *) { line-height: var(--line-height); }