diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index e7a608460..43063cee2 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -52,3 +52,7 @@ div.sphinxsidebar { div.sphinxsidebar h3 > a { border-bottom: 1px dotted #999; } + +div.body { + min-width: unset; +}