Skip to content

Commit 0f52286

Browse files
committed
attempt to fix wide tables on RTD
1 parent 777af0e commit 0f52286

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_static/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ dt.field-even {
1818

1919
dd.field-even {
2020
padding-top: 27px;
21+
}
22+
23+
/*
24+
For RTD tables from Markdown, force tables to wrap-around
25+
so they don't scroll horizontally.
26+
*/
27+
.wy-table-responsive table td, .wy-table-responsive table th {
28+
white-space: unset !important;
2129
}

0 commit comments

Comments
 (0)