No more wordwrap on pre blocks for humbugs with code in them

(imported from commit e894133c2e1dc3934ec5cadc2341e38ed537a96a)
This commit is contained in:
acrefoot
2013-05-16 12:34:00 -04:00
committed by Tim Abbott
parent 3d4e239247
commit 6b8e9a738f

View File

@@ -106,6 +106,9 @@ pre {
when body is the default 14 px */
font-size: 0.929em;
line-height: inherit;
white-space: pre;
overflow-x: auto;
word-wrap: normal;
}
pre code {