From 4945b001a495edf8a42d306fff1b7dd139bc1d11 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sat, 10 May 2025 15:16:57 +0200 Subject: [PATCH] fix code blocks --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index cb45f1c..a4c7651 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -22,3 +22,7 @@ img { max-height: 800px; } + +code { + word-wrap: break-word; +} \ No newline at end of file