Created
April 23, 2020 19:25
-
-
Save seleb/94fba534962f9960dd53ac20104cbd3e to your computer and use it in GitHub Desktop.
CJK wrap rules CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[lang='zh-CN'], | |
[lang='zh-Hant'], | |
[lang='ko'], | |
[lang='ja'] { | |
word-break: keep-all; | |
overflow-wrap: break-word; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment