Skip to content

Instantly share code, notes, and snippets.

@brettsnippets
Created May 28, 2013 18:28
Show Gist options
  • Save brettsnippets/5664963 to your computer and use it in GitHub Desktop.
Save brettsnippets/5664963 to your computer and use it in GitHub Desktop.
CSS: Link Word Wrap
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment