diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1ea9145..d859fd4 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -29,14 +29,13 @@ img { line-height: 1.428571429; color: #FFFFFF; - white-space: pre-wrap; - word-wrap: break-word; + /*white-space: pre-wrap; + word-wrap: break-word;*/ background-color: #000000; border-color: #f09018; margin: 1em 0; - max-width: 80%; - /*overflow: unset;*/ + overflow-wrap: break-word; } .md-typeset pre {