Skip to content

Instantly share code, notes, and snippets.

@don1138
Created June 16, 2016 00:36
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 don1138/afb53db7f97e96ae105d4d19f05fc9b3 to your computer and use it in GitHub Desktop.
Save don1138/afb53db7f97e96ae105d4d19f05fc9b3 to your computer and use it in GitHub Desktop.
pre {
background: #e4e4e4;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: bold;
padding: 22px;
color: #777;
font-size: 14px;
line-height:1.32;
margin-bottom: 22px;
max-width: 100%;
overflow: auto;
white-space: pre-wrap!important; /* 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;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment