mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user