diff --git a/alabaster/static/alabaster.css_t b/alabaster/static/alabaster.css_t index 6f8c3e4..6f2b77e 100644 --- a/alabaster/static/alabaster.css_t +++ b/alabaster/static/alabaster.css_t @@ -616,9 +616,14 @@ div.sphinxsidebar { div.body { min-height: 0; - min-width: auto; + min-width: auto; /* fixes width on small screens, breaks .hll */ padding: 0; } + + .hll { + /* "fixes" the breakage */ + width: max-content; + } .rtd_doc_footer { display: none;