diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c96841a..63e2e55 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,6 +24,7 @@ img { } .md-typeset pre > code { + word-break: break-all; word-break: break-word; overflow: unset; }