Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created July 31, 2014 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anubhavsinha/d1268e870d76560ead0b to your computer and use it in GitHub Desktop.
Save anubhavsinha/d1268e870d76560ead0b to your computer and use it in GitHub Desktop.
wraps around the words
.wrapword{
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment