Skip to content

Instantly share code, notes, and snippets.

@smtir
Forked from Stanton/white-space.css
Created March 4, 2018 17:17
Show Gist options
  • Select an option

  • Save smtir/2f6b65e330c1c51ff5e477534fe1e921 to your computer and use it in GitHub Desktop.

Select an option

Save smtir/2f6b65e330c1c51ff5e477534fe1e921 to your computer and use it in GitHub Desktop.
CSS white-space - Cross browser
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; /* IE 5.5+ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment