/* https://stackoverflow.com/questions/69359978/grid-table-does-not-word-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}
