diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 31a3ca9b8..d317bcaf5 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -35,6 +35,10 @@ div.section { but I have no idea how to make the tables themselves scrollable */ overflow-y: auto; + /* This avoids leaving the actual text narrower than necessary + in certain widths. + */ + width: 100%; } div.related a:hover {