Skip to content

Commit 215ec45

Browse files
authored
Create theme_overrides.css
1 parent 94c9f43 commit 215ec45

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_static/theme_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Fix table wrapping https://github.com/readthedocs/sphinx_rtd_theme/issues/117 */
2+
@media screen and (min-width: 768px) {
3+
.wy-table-responsive table td, .wy-table-responsive table th {
4+
white-space: normal !important;
5+
}
6+
}

0 commit comments

Comments
 (0)