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>.
?⃝ Explanation
A <table> can not be a flex item. The trick is to wrap it in a <div>.
<table>
<div>
ⓘ Notice This class can only be used on a table wrapper. It has no affect when used on table directly.
ⓘ Notice
This class can only be used on a table wrapper. It has no affect when used on table directly.