/* fix https://github.com/readthedocs/sphinx_rtd_theme/issues/1505 */

.wy-table-responsive table td {
    text-wrap-mode: wrap;
}
