diff --git a/lib/docs/index.html b/lib/docs/index.html index be346c6176..e8d84aa914 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -26,6 +26,9 @@ margin: 0; overflow-x: auto; } + :not(pre) > code { + white-space: break-spaces; + } code { font-family:"Source Code Pro",monospace; font-size: 0.9em;