SyntaxFix
Write A Post
Hire A Developer
Questions
You need to add width: 0 to make columns equal if contents of the items make it grow bigger.
width: 0
.item { flex: 1 1 0; width: 0; }