diff options
Diffstat (limited to '3rdparty/pybind11/docs/_static')
-rw-r--r-- | 3rdparty/pybind11/docs/_static/theme_overrides.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/pybind11/docs/_static/theme_overrides.css b/3rdparty/pybind11/docs/_static/theme_overrides.css new file mode 100644 index 00000000..1071809f --- /dev/null +++ b/3rdparty/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; +} |