Describe the bug
Table cells do not wrap contents if there is no break character. So, if we have a long line of text with no breaks we cannot set widths for the table. The cell will grow as large as it needs to to accommodate the text without wrapping. Fixing this will require a DSR change to the table component.
To reproduce
Steps to reproduce the behavior:
- View (live code view requires log in):
Expected behavior
The table should wrap based on the pre-set column widths
Additional context
Add here
Describe the bug
Table cells do not wrap contents if there is no break character. So, if we have a long line of text with no breaks we cannot set widths for the table. The cell will grow as large as it needs to to accommodate the text without wrapping. Fixing this will require a DSR change to the table component.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The table should wrap based on the pre-set column widths
Additional context
Add here