diff --git a/Docs/static/css/custom.css b/Docs/static/css/custom.css index fc78ddf1..c22c1937 100644 --- a/Docs/static/css/custom.css +++ b/Docs/static/css/custom.css @@ -306,3 +306,7 @@ nav#sidebar > div.highlightable { transition: none; } } + +code { + white-space: normal; +} \ No newline at end of file