From 0cfcd5588f41836d5e981f7e0094259e23240893 Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 5 Aug 2025 01:09:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20markdown=E6=B8=B2=E6=9F=93=E7=9A=84=20co?= =?UTF-8?q?de=20=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/assets/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/global.css b/frontend/src/assets/global.css index d4bed40b0..5f0786489 100644 --- a/frontend/src/assets/global.css +++ b/frontend/src/assets/global.css @@ -237,6 +237,6 @@ body { } .info-content-text pre { - line-height: 0.8; + line-height: 1.1; } } \ No newline at end of file