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;
margin-top: 0;
margin-bottom: 1rem;
padding: 1rem;
padding: .5rem;
font-size: .8rem;
line-height: 1.4;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
overflow: auto;
word-wrap: normal;
background-color: #f9f9f9;
}
pre code {