Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created January 21, 2014 19:18
Show Gist options
  • Save pixelchar/8546393 to your computer and use it in GitHub Desktop.
Save pixelchar/8546393 to your computer and use it in GitHub Desktop.
Styles for setting up word-breaking and hyphenation.
.break {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-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