Very close to stretching child elements. Playing with your example, add the following css in.box-wrap
.box-wrap {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.box
.box {
-webkit-flex: 1;
flex: 1;
}