Fix line wrapping for long code samples

This commit is contained in:
John Mulhausen 2017-03-02 12:52:39 -08:00
parent e601584fa7
commit 3e180370d0
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
code { code {
white-space: nowrap !important; white-space: nowrap !important;
} }
pre {
white-space: pre-wrap !important;
}
.toc-nav .toc-nav
{ {