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{