From 75045bac34de489446cf9bc93bd80dd7dcbccb19 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:41:03 +0200 Subject: [PATCH] fix css --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c96841a..63e2e55 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,6 +24,7 @@ img { } .md-typeset pre > code { + word-break: break-all; word-break: break-word; overflow: unset; }