fix(client): prevent word wrap in Chinese & Japanese button text (#49571)

fix(client): prevent word wrap in CJK button text
This commit is contained in:
sidemt
2023-03-06 19:50:06 +09:00
committed by GitHub
parent 5c7a25ff22
commit a4ce8fa425
@@ -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 {