aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs
diff options
context:
space:
mode:
Diffstat (limited to 'xreadthedocs')
-rw-r--r--xreadthedocs/css/theme_extra.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css
index 7b5701f..3631418 100644
--- a/xreadthedocs/css/theme_extra.css
+++ b/xreadthedocs/css/theme_extra.css
@@ -225,9 +225,13 @@ thead {
vertical-align: top !important;
}
-
div.wy-nav-content {
/* The tables on the comparison page have gotten too big for the
default of 800px */
- max-width: 900px;
+ max-width: 1000px;
}
+
+html, body {
+ /* make sure long tables are not cut off */
+ overflow-x: auto !important;
+} \ No newline at end of file