From 144350f947ec5e79a3d4204abc4e47d3c1938196 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:04:09 -0800 Subject: [PATCH] Better Html/Css Display for Function Lists --- docs/extra/extra.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/extra/extra.css b/docs/extra/extra.css index 2addeb79e4..704819d7a3 100644 --- a/docs/extra/extra.css +++ b/docs/extra/extra.css @@ -6,3 +6,14 @@ table.features-cross-reference { .rst-content table.features-cross-reference.docutils td { background-color: white; } + +/* https://github.com/mkdocs/mkdocs/discussions/3035#discussioncomment-7237037 */ +.wy-table-responsive table td, .wy-table-responsive table th { + white-space: normal !important; +} +.wy-table-responsive { + overflow : visible !important; +} + +/* https://github.com/readthedocs/sphinx_rtd_theme/issues/295#issuecomment-455226058 */ +.wy-nav-content {max-width: none;}