Skip to content

Instantly share code, notes, and snippets.

@seleb
Created April 23, 2020 19:25
Show Gist options
  • Save seleb/94fba534962f9960dd53ac20104cbd3e to your computer and use it in GitHub Desktop.
Save seleb/94fba534962f9960dd53ac20104cbd3e to your computer and use it in GitHub Desktop.
CJK wrap rules CSS
[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