/* CSS rule to allow table cell content to wrap to multiple lines */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit !important;
}