Skip to content

Instantly share code, notes, and snippets.

@IgnacioGaldames
Last active August 3, 2016 15:16
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 IgnacioGaldames/18d52447fae9d2ca5abeed067948f549 to your computer and use it in GitHub Desktop.
Save IgnacioGaldames/18d52447fae9d2ca5abeed067948f549 to your computer and use it in GitHub Desktop.
Pre, Code wrap
pre, code {
padding:30px;
box-sizing:border-box;
-moz-box-sizing:border-box;
webkit-box-sizing:border-box;
display:block;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
width:100%; overflow-x:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment