Fixed an alignment issue, fixes #778

This commit is contained in:
Stefan Tatschner 2014-11-20 23:05:46 +01:00
parent 20cd7a50be
commit cdf5586826
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
pre {
white-space: pre;
word-wrap: normal;
code {
font-family: $monospace_font;
}
}
}
}