From a4ce8fa4257d5559c74c3ef78e1894ae75f55bc5 Mon Sep 17 00:00:00 2001 From: sidemt <25644062+sidemt@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:50:06 +0900 Subject: [PATCH] fix(client): prevent word wrap in Chinese & Japanese button text (#49571) fix(client): prevent word wrap in CJK button text --- client/src/components/profile/components/portfolio.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/profile/components/portfolio.css b/client/src/components/profile/components/portfolio.css index 3f72fdb29ad..14f2b245488 100644 --- a/client/src/components/profile/components/portfolio.css +++ b/client/src/components/profile/components/portfolio.css @@ -43,6 +43,8 @@ padding-inline: 4rem; margin: 1em; text-decoration: none; + /* prevent line breaks in Chinese/Japanese/Korean */ + word-break: keep-all; } .portfolio-container a::after {