From c796a25f319aa3340606e22f40011af254ba5eee Mon Sep 17 00:00:00 2001 From: yoko <25644062+sidemt@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:59:41 +0900 Subject: [PATCH] fix(client,i18n): prevent unwanted line breaks in Japanese and Chinese block labels (#59649) --- client/src/templates/Introduction/intro.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index c4a5718002a..8337f310de8 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -24,6 +24,7 @@ border: 1px solid; position: relative; top: 1px; + word-break: keep-all; } .block-header:hover .block-label {