From 2b0f58d3c6b304b3317e15c732fbbe6fd4bd71a9 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:59:19 +0200 Subject: [PATCH] fix --- docs/stylesheets/extra.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {