Commit 27e52172 authored by Douwe Maan's avatar Douwe Maan

Add horizontal scrolling to code blocks.

parent 8752cd33
......@@ -333,6 +333,10 @@ table {
margin-bottom: 9px;
}
.wiki .code {
overflow-x: auto;
}
.footer-links a {
margin-right: 15px;
}
......
......@@ -59,6 +59,7 @@
box-shadow: none;
background: $box_bg;
padding: 1em;
overflow-x: auto;
code {
font-family: $monospace_font;
......
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