I'm using Material-table
in my project and I'd like to apply a max-width
to every column. I want to do that because the specific column is misconfiguring my table.
For example if I do, max-width: '150px'
in that column, I get this below. The text overrides everything.