+ 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.
24th May 2018, 11:37 AM
Mike Choy
Mike Choy - avatar