My current challenge involves a table where I have successfully used white-space nowrap to prevent the heading text from wrapping.
The issue arises when viewing the layout on smaller screen widths, as this nowrap setting causes the table to expand beyond its container size.
Is there a way to maintain the headings as nowrap only when there is enough space, and allow them to wrap when it would cause the table to exceed its container width?