Make table width able to stretch but not shrink.

?⃝ Explanation

A <table> can not be a flex item. The trick is to wrap it in a <div>.

ⓘ Notice

This class can only be used on a table wrapper. It has no affect when used on table directly.