Skip to content

Instantly share code, notes, and snippets.

@galaakk
Created September 8, 2012 19:53
Show Gist options
  • Save galaakk/3679179 to your computer and use it in GitHub Desktop.
Save galaakk/3679179 to your computer and use it in GitHub Desktop.
CSS : Auto break word
-moz-hyphens:auto;
-ms-hyphens:auto;
-webkit-hyphens:auto;
hyphens:auto;
word-wrap:break-word;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment