From 14df361cecdc93e64bc699041ca0bcc17c5d1ef5 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 24 Jul 2023 10:36:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=85=AC?= =?UTF-8?q?=E5=BC=8F=E8=A1=8C=E6=A0=87=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index 99e8d068..6e47807b 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1393,6 +1393,10 @@ code[class*='language-'] { white-space: normal; } +.katex-display>.katex>.katex-html>.tag { + position: inherit !important; +} + .notion-page-title { display: inline-flex; max-width: 100%;