mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(client,i18n): prevent unwanted line breaks in Japanese and Chinese block labels (#59649)
This commit is contained in:
parent
0d7c5f7dba
commit
c796a25f31
@ -24,6 +24,7 @@
|
||||
border: 1px solid;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.block-header:hover .block-label {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user