Skip to content

Instantly share code, notes, and snippets.

@andrexduarte
Created November 21, 2012 16:17
Show Gist options
  • Save andrexduarte/4125769 to your computer and use it in GitHub Desktop.
Save andrexduarte/4125769 to your computer and use it in GitHub Desktop.
hyphens
.article {
-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