JSFiddle with identical HTML/CSS I'm working with included: http://jsfiddle.net/pf5bczLe/
How do you make .box
100% height of its parent, in this case .box-wrap
?
According to this post its flexbox's item imperfection it doesn't act as 100% height for its children. Is there any other way I could achieve all the items to have the same height although their height is dynamic?
Thanks for your time