Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created January 21, 2014 19:21
Show Gist options
  • Save pixelchar/8546449 to your computer and use it in GitHub Desktop.
Save pixelchar/8546449 to your computer and use it in GitHub Desktop.
Settings to standardize pre tag
pre {
white-space: pre-wrap; /* Chrome & Safari */
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