Skip to content

Commit 63ade77

Browse files
committed
docs: tweak css so a horizontal scroll bar shows up on the wide pinout tables. Fixes #166
1 parent 34cc304 commit 63ade77

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/static/customstyle.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@
88
.admonition-difference-to-cpython .admonition-title {
99
margin: 4px;
1010
}
11+
12+
13+
14+
/* override table width restrictions */
15+
@media screen and (min-width: 767px) {
16+
17+
.wy-table-responsive table td {
18+
/* !important prevents the common CSS stylesheets from overriding
19+
this as on RTD they are loaded after this stylesheet */
20+
white-space: normal !important;
21+
}
22+
23+
.wy-table-responsive {
24+
overflow: visible !important;
25+
}
26+
}

0 commit comments

Comments
 (0)