From a53be404ef2f96880f388fbb4b68cd78eeda42c0 Mon Sep 17 00:00:00 2001 From: terwer Date: Fri, 5 Aug 2022 21:40:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:#12=20=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/themes/default/css/layout.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/themes/default/css/layout.module.css b/components/themes/default/css/layout.module.css index 6ea04ea9..6547efbf 100644 --- a/components/themes/default/css/layout.module.css +++ b/components/themes/default/css/layout.module.css @@ -29,6 +29,7 @@ Github style .main blockquote p { font-style: italic; margin: 0 10px; + word-break: break-all; } .main blockquote p::before, .main blockquote p::after {