From bc6cce2edb6a517c170bb6e7d9b529e001e6f331 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:43:24 +0200 Subject: [PATCH] fix css --- docs/stylesheets/extra.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 63e2e55..b37ef44 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,12 +24,6 @@ img { } .md-typeset pre > code { - word-break: break-all; - word-break: break-word; - overflow: unset; -} - -.md-typeset code { padding: 9.5px; font-size: 13px; line-height: 1.428571429; @@ -40,6 +34,11 @@ img { background-color: #000000; border-color: #f09018; margin: 1em 0; + /*overflow: unset;*/ +} + +.md-typeset code { + /*overflow: unset;*/ } strong {