blob: b0a7f746fcab38690339ef30eeab2f40116ed527 (
plain)
1
2
3
4
5
|
/* Workaround to force Sphinx to render tables to 100% and wordwrap */
/* See https://stackoverflow.com/questions/69359978/grid-table-does-not-word-wrap for more details */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: inherit;
}
|