From e48e88ead25099a9ffb4a0033ddda4567a402b6c Mon Sep 17 00:00:00 2001 From: m5ka Date: Mon, 25 Mar 2024 19:44:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8E=A8=20fix=20style=20word=20brea?= =?UTF-8?q?k=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moku/static/css/moku.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moku/static/css/moku.css b/moku/static/css/moku.css index 0379cee..5f3beac 100644 --- a/moku/static/css/moku.css +++ b/moku/static/css/moku.css @@ -274,7 +274,7 @@ header nav ul { .grid-content main article { padding: .8rem 1.8rem; border-left: 4px solid var(--tangerine); - word-break: break-all; + word-break: break-word; display: grid; grid-template-columns: auto 1fr; column-gap: 1.2rem;