mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08: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:
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user