When flex-basis-auto
is used, the remaining free space is distributed between the flex items after their intrinsic sizes have been calculated.
When flex-basis-0
is used, the sizes of flex items are ignored and all the space is distributed between them.