From 54e38a16be32f5ff6148db2e00f520d0c9f20aba Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 6 Dec 2022 19:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=98=E5=8F=A0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=9D=97=20=E8=A1=8C=E5=8F=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/prism-mac-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/prism-mac-style.css b/styles/prism-mac-style.css index 9f2c5098..da5d7fdf 100644 --- a/styles/prism-mac-style.css +++ b/styles/prism-mac-style.css @@ -72,4 +72,8 @@ pre[class*='language-'] { pre[class*="language-mermaid"] { background: transparent !important; @apply dark:bg-gray-200 !important; +} + +.line-numbers-rows > span { + height:auto !important; } \ No newline at end of file