From eecbdb7a102790bcb430d09fc17f7e718321f333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Thu, 18 Jul 2024 08:49:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=BC=BA=E5=88=B6=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 3d39061..3d91c4f 100644 --- a/style.css +++ b/style.css @@ -1516,4 +1516,9 @@ ul.comment-list { /* 适用于所有嵌套的评论列表 */ ol.comment-list li, ul.comment-list li { list-style-type: none; +} + +/* 文章中强制换行 */ +article p { + word-wrap:break-word; } \ No newline at end of file