From b0054e0757f8628c912dae53e0775db37538c83d Mon Sep 17 00:00:00 2001 From: Jayele <614071790@qq.com> Date: Thu, 7 Jan 2021 21:33:21 +0800 Subject: =?UTF-8?q?=E8=A7=A3=E5=86=B3markdown=E4=B8=ADp=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=BF=87=E9=95=BF=E8=B6=85=E5=87=BA=E5=A4=96?= =?UTF-8?q?=E5=B1=82div=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3eeab39..6c6499f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -6612,6 +6612,10 @@ body.no-sidebar .sidebar { margin-left: 20px; } +.marked-body p { + word-wrap: break-word; +} + /* * We are hiding the invisible nav outside the screen * so we need to avoid the horizontal scroll @@ -9454,4 +9458,4 @@ body.okayNav-loaded { margin: 0 0 10px; border-left: 3px solid #ffcc00; background-color: #fffae6; -} \ No newline at end of file +} -- cgit v1.2.3