Skip to content

Truncate text in tables with ellipsis if it overflows ICSHWI-9270

John Sparger requested to merge single-line-table-rows-tidy-ICSHWI-9270 into develop

This merge request attempts to prevent text in table cells from spanning multiple lines.

It:

  • Wraps text shown in tables in Material-UI's Typography component with the noWrap attribute. This will truncate the text with an ellipsis if it is wider than the cell.
  • Tweaks some column widths

Merge request reports