Commit 33c1e5b5 by Alec Perkins

Add horizontal scrolling to pre blocks.

parent ab9621ed
......@@ -56,3 +56,9 @@ h2, h3 {
.errorlist {
margin-top: 0.5em;
}
pre {
overflow: auto;
word-wrap: normal;
white-space: pre;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment