diff --git a/docs/source/_static/hackrtd.css b/docs/source/_static/hackrtd.css index 47f8a0ec41..21d94b2e16 100644 --- a/docs/source/_static/hackrtd.css +++ b/docs/source/_static/hackrtd.css @@ -120,7 +120,17 @@ a.trio-help-hint, .trio-help-hint a:link, .trio-help-hint a:visited { white-space: normal !important; } + .wy-table-responsive table th { + /* This is a trio specific override since we have long header names compared to other projects who've had issues + with wide tables (allowing wrapping just in the cells isn't enough to shrink tables meaningfully). + */ + white-space: normal !important; + } + .wy-table-responsive { + /* This makes very wide tables look ugly and extend past their parent... Maybe allowing the scroll bar isn't so + bad in comparison (after the above 2 fixes). + */ overflow: visible !important; } }