summaryrefslogtreecommitdiff
path: root/ext/pybind11/docs/_static/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pybind11/docs/_static/theme_overrides.css')
-rw-r--r--ext/pybind11/docs/_static/theme_overrides.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/pybind11/docs/_static/theme_overrides.css b/ext/pybind11/docs/_static/theme_overrides.css
new file mode 100644
index 000000000..1071809fa
--- /dev/null
+++ b/ext/pybind11/docs/_static/theme_overrides.css
@@ -0,0 +1,11 @@
+.wy-table-responsive table td,
+.wy-table-responsive table th {
+ white-space: initial !important;
+}
+.rst-content table.docutils td {
+ vertical-align: top !important;
+}
+div[class^='highlight'] pre {
+ white-space: pre;
+ white-space: pre-wrap;
+}