How is it possible to get the .childs to all have the same height. height: 100% is not working an neither is flex-grow: 1. What is the rec
.child
height: 100%
flex-grow: 1
.parent { display: flex; flex-direction: row; width: 800px; justify-content: center; align-items: stretch; } .child { width: 150px; background-color: green; border: solid 1px black; }
Short Text Long Text: Bla bla bla Bla bla bla Bla bla bla Bla bla bla Bla bla bla Short Text