summaryrefslogtreecommitdiffstats
path: root/docs/source/_static/css/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_static/css/theme_overrides.css')
-rw-r--r--docs/source/_static/css/theme_overrides.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/_static/css/theme_overrides.css b/docs/source/_static/css/theme_overrides.css
new file mode 100644
index 0000000..7e39e34
--- /dev/null
+++ b/docs/source/_static/css/theme_overrides.css
@@ -0,0 +1,6 @@
+.wy-table-responsive > table > tbody > tr > td {
+ white-space: unset;
+}
+.wy-table-responsive > table > tbody > tr > td:first-child {
+ vertical-align: top;
+}