When table columns contain very long words (e.g., long field names), these are not wrapped and the table becomes very wide. It looks a bit off and it overlaps with the sidebar.
Example from feasibility-data:

True for both the table listing the resources and the table listing the fields in a resource.
I'm no Quarto aficionado, but we could overwrite their CSS using some custom CSS. I played around a bit with various settings for overflow-wrap and word-break, but it's fiddly to get the balance right. Maybe combine them with a min/max-width?
When table columns contain very long words (e.g., long field names), these are not wrapped and the table becomes very wide. It looks a bit off and it overlaps with the sidebar.
Example from

feasibility-data:True for both the table listing the resources and the table listing the fields in a resource.
I'm no Quarto aficionado, but we could overwrite their CSS using some custom CSS. I played around a bit with various settings for
overflow-wrapandword-break, but it's fiddly to get the balance right. Maybe combine them with amin/max-width?