From 2c5b38ee9e25038e965fca63814d608cdbe29156 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 28 Aug 2025 14:40:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20http://localhost:30?= =?UTF-8?q?00/posts/310=20=E5=86=85=E5=AE=B9=E8=B6=85=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/assets/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_nuxt/assets/global.css b/frontend_nuxt/assets/global.css index 7aff019b9..1004cf380 100644 --- a/frontend_nuxt/assets/global.css +++ b/frontend_nuxt/assets/global.css @@ -162,6 +162,7 @@ body { border-radius: 4px; line-height: 1.5; position: relative; + white-space: break-spaces; } .info-content-text pre .line-numbers { @@ -188,7 +189,6 @@ body { font-family: 'Maple Mono', monospace; font-size: 13px; border-radius: 4px; - white-space: break-spaces; background-color: var(--code-highlight-background-color); color: var(--text-color); }