From d89dc44d447684c0544ef25c695c07a3c32a3ea4 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:53:26 +0200 Subject: [PATCH] whitespace --- docs/stylesheets/extra.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c1a445b..1ea9145 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -28,17 +28,18 @@ img { font-size: 13px; line-height: 1.428571429; color: #FFFFFF; - word-break: break-all; + + white-space: pre-wrap; word-wrap: break-word; background-color: #000000; border-color: #f09018; margin: 1em 0; - max-width:80%; + max-width: 80%; /*overflow: unset;*/ } -.md-typeset code { +.md-typeset pre { /*overflow: unset;*/ }