diff --git a/lib/docs/index.html b/lib/docs/index.html index be346c6176a5ba77ad6fdc0d428d65f6759796e9..e8d84aa91446f4c9da64ab129c10b23b89af49a9 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;