Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created September 23, 2015 07:09
Show Gist options
  • Save jimmy89Li/1c1a6cfb290655cd9730 to your computer and use it in GitHub Desktop.
Save jimmy89Li/1c1a6cfb290655cd9730 to your computer and use it in GitHub Desktop.
.hyphenate {
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment