blob: 1071809fa0fecf7c28d3356f37363266e9128b81 (
plain)
1
2
3
4
5
6
7
8
9
10
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;
}
|