Skip to content

Instantly share code, notes, and snippets.

@lyonsun
Created November 26, 2013 05:32
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 lyonsun/7653888 to your computer and use it in GitHub Desktop.
Save lyonsun/7653888 to your computer and use it in GitHub Desktop.
css to break long line down. word-wrap text.
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment