Created by: JensLuyten
Closes #25410 (closed) (Codepen with bug present in issue)
Tested this in Codepen: https://codepen.io/jensluyten/pen/povxyPe.
The min-width: 0; on the .col actually prevents the col from taking up the entire row space.
This was only an issue on the default cols, because specified cols have a fixed flex-basis property that prevents this issue from happening.