aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/theme_overrides.css')
-rw-r--r--docs/_static/theme_overrides.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
new file mode 100644
index 00000000..63c7cc78
--- /dev/null
+++ b/docs/_static/theme_overrides.css
@@ -0,0 +1,11 @@
+
+/* override table width restrictions */
+.wy-table-responsive table td, .wy-table-responsive table th {
+ white-space: normal;
+}
+
+.wy-table-responsive {
+ margin-bottom: 24px;
+ max-width: 100%;
+ overflow: visible;
+}