Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 4, 2014 10:24
Show Gist options
  • Save voku/0dd3e9fc325a8cd87e6f to your computer and use it in GitHub Desktop.
Save voku/0dd3e9fc325a8cd87e6f to your computer and use it in GitHub Desktop.
/* Browser specific (not valid) styles to make preformatted text wrap */
pre {
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