Skip to content

Instantly share code, notes, and snippets.

@pherrymason
Created October 24, 2013 15:22
Show Gist options
  • Save pherrymason/7139169 to your computer and use it in GitHub Desktop.
Save pherrymason/7139169 to your computer and use it in GitHub Desktop.
-ms-word-break: break-all;
word-break: break-all;
// Non standard for webkit
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