since this is only ever going to be used for table cells (I think?) would it make more sense to add this to table css instead? This util class doesn't have any other use cases that i know of
since this is only ever going to be used for table cells
Most probably that would be the case.
would it make more sense to add this to table css instead?
That seems sensible. Do you have a suggestion for the class name in that case? I only saw one example and the convention is gl-table-{table-property}-{value}, so should we name this gl-table-max-w-0? That doesn't seem right though.
@jiaan I was thinking more like making it a separate prop on gl-table-lite. And I guess if using util class in the component then we would still just want gl-max-w-0 - I agree there's no need to make it specific to table.