We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c9f43 commit 215ec45Copy full SHA for 215ec45
1 file changed
docs/_static/theme_overrides.css
@@ -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