Docs: Fixed text not wrapping to the next line in code blocks

This commit is contained in:
Sour 2020-02-01 09:21:12 -05:00
parent 314ba6858b
commit 8886396a39

View file

@ -306,3 +306,7 @@ nav#sidebar > div.highlightable {
transition: none;
}
}
code {
white-space: normal;
}