A `truncate` (nowrap) cell in the auto-layout DataTable sizes the whole table to its widest row, so one long summary/change stretched the table past the card and the row rules bled into the page. break-words keeps every row inside the card.
A `truncate` (nowrap) cell in the auto-layout DataTable sizes the whole table to its widest row, so one long summary/change stretched the table past the card and the row rules bled into the page. break-words keeps every row inside the card.