Truncate text in tables with ellipsis if it overflows ICSHWI-9270
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 thenoWrap
attribute. This will truncate the text with an ellipsis if it is wider than the cell. - Tweaks some column widths