Don't wrap code blocks

This commit is contained in:
Philipp Oppermann
2016-02-14 17:04:52 +01:00
parent dc099ae621
commit d905f5209b

View File

@@ -160,13 +160,12 @@ pre {
display: block; display: block;
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
padding: 1rem; padding: .5rem;
font-size: .8rem; font-size: .8rem;
line-height: 1.4; line-height: 1.4;
white-space: pre; white-space: pre;
white-space: pre-wrap; overflow: auto;
word-break: break-all; word-wrap: normal;
word-wrap: break-word;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
pre code { pre code {