Request Description
This ticket is to update the display of tables to use whitespace: normal so that text within tables wrap until the longest word would get broken up, and then the horizontal scroll is applied.
What's the expected change?
- whitespace: none is changed to whitespace: normal on scrollable tables.
What's the current functionality?
- Scrollable tables have whitespace: none, which means none of the text wraps and the table only scrolls.
What's the updated acceptance criteria?
- Scrollable tables wrap text up to the point where the longest word in each column is not broken up, and if the table is still wider than the container, it gets the scrollable feature.
Related Tickets
- Digital Platform Implementation Ticket #4899