1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-22 10:32:30 +00:00
2020-07-23 08:58:19 +02:00

12 lines
254 B
CSS

.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;
}