Add horizontal scrolling to code blocks.

This commit is contained in:
Douwe Maan 2015-02-11 17:40:03 +01:00
parent 8752cd3322
commit 27e521720a
2 changed files with 5 additions and 0 deletions

View file

@ -333,6 +333,10 @@ table {
margin-bottom: 9px;
}
.wiki .code {
overflow-x: auto;
}
.footer-links a {
margin-right: 15px;
}

View file

@ -59,6 +59,7 @@
box-shadow: none;
background: $box_bg;
padding: 1em;
overflow-x: auto;
code {
font-family: $monospace_font;