I'm getting a weird behavior using flex.
It looks like when I use display: flex,
its children behave like to have display: inline-block
property.
It looks like the children of a flex container expand their width to fit the content of their sub items...
How could I avoid this "inline-block behavior" using flex?
Thanks!!