From dcd18c8276d00667710adb02fc214bab033189d4 Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sun, 27 Aug 2023 00:00:25 +0200 Subject: [PATCH] even more issues --- docs/docs/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/style.css b/docs/docs/style.css index 079dab6..2f73aee 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -415,4 +415,9 @@ pre[class*="language-"] button { pre[class*="language-"] button:hover { cursor: pointer; background-color: #bcbabb; +} +pre { + max-width: 100%; +} code { + max-width: 100%; } \ No newline at end of file