flexbox stretch height

JavaScript
.flex-2 {
    display: flex;  
    align-items: stretch;
}
Source

Also in JavaScript: