diff --git a/docs/.static/theme_overrides.css b/docs/.static/theme_overrides.css new file mode 100644 index 000000000..d74682961 --- /dev/null +++ b/docs/.static/theme_overrides.css @@ -0,0 +1,7 @@ +.wy-table-responsive table td, +.wy-table-responsive table th { + white-space: initial; +} +.rst-content table.docutils td { + vertical-align: top; +}