A quick bug report around flex:
You can easily reproduce the issue by setting different horizontal paddings for the flexbox items (e.g. in the flex-1 documentation sample): the items will have different widths (and box-sizing won't change that).
To solve it the .flex-1 class (and I guess other shrinking-relating classes) should include a min-width: 0 rule.
There are quite a few bugs still with flexboxes, and possibly other workarounds would be required...
A quick bug report around flex:
You can easily reproduce the issue by setting different horizontal paddings for the flexbox items (e.g. in the
flex-1documentation sample): the items will have different widths (andbox-sizingwon't change that).To solve it the
.flex-1class (and I guess other shrinking-relating classes) should include amin-width: 0rule.There are quite a few bugs still with flexboxes, and possibly other workarounds would be required...