theme_overrides.css 254 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
}
Wenzel Jakob's avatar
Wenzel Jakob committed
8
9
10
11
div[class^='highlight'] pre {
    white-space: pre;
    white-space: pre-wrap;
}