Flexbox Stretch
.flex-container {
display: flex;
align-items: stretch;
}
Rudolph Steyn
.flex-container {
display: flex;
align-items: stretch;
}