diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index cb45f1c..a4c7651 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -22,3 +22,7 @@ img { max-height: 800px; } + +code { + word-wrap: break-word; +} \ No newline at end of file