Created by: iangreenleaf
I'm not sure what discussion led to this being added since the ticket referenced in ae61171e isn't public. However, I don't like the existing solution because:
- It doesn't work
- The
Field::Text
type already offers truncation with ellipsis, so it duplicates logic to also perform that here. If someone sets a truncation value in their dashboard, they shouldn't have to fiddle with the CSS to have their chosen length respected.
This changes table cells to wrap normally, and to force line breaks on super long strings that don't have a natural break.