.tablepress td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Optional: Ensure the table can resize down to minimum content width */
    word-break: break-all; 
}