Blame external/pybind11/docs/_static/theme_overrides.css

Packit 534379
.wy-table-responsive table td,
Packit 534379
.wy-table-responsive table th {
Packit 534379
    white-space: initial !important;
Packit 534379
}
Packit 534379
.rst-content table.docutils td {
Packit 534379
    vertical-align: top !important;
Packit 534379
}
Packit 534379
div[class^='highlight'] pre {
Packit 534379
    white-space: pre;
Packit 534379
    white-space: pre-wrap;
Packit 534379
}