theme_overrides.css 173 Bytes
Newer Older
1
2
.wy-table-responsive table td,
.wy-table-responsive table th {
3
    white-space: initial !important;
4
5
}
.rst-content table.docutils td {
6
    vertical-align: top !important;
7
}