From cbc3d67bf1dec0bf507a0d06edf3852088c70189 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Fri, 9 Jan 2026 15:06:46 +0000 Subject: [PATCH] Updated Wiki content --- web_extras/extra.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web_extras/extra.css b/web_extras/extra.css index e2f5620..4c031a8 100644 --- a/web_extras/extra.css +++ b/web_extras/extra.css @@ -285,6 +285,14 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{ padding: .75em 1.25em; } +/* Let table images respect their explicit dimensions */ +.md-typeset table img { + max-width: none; + max-height: none; + width: auto; + height: unset; +} + /* /////// FOOTER */ /* Fixes sidebar content rendering over footer when all items expanded */ .md-footer{