+ 2
Hi Pratgamesh
it depends, here is the rule.
content â> width â> flex-basis (limited by max|min-width)
you may have a min-width for a flex item that is larger than the flex-basis.
In which case min-width takes precedence.
Combine them in a flexbox where all flex items go no smaller than flex-basis, but specific individual items that are larger than the flex-basis within the flexbox.
hope that makes sense.



