So here's the problem https://jsfiddle.net/anaegm/kn6cwfd8/
What I have is two tiles that its subcontainers, the buttons and the copy, need to have the same automatic height (taking the largest one), looking something like this:
Even though I have both the 'copy' and 'buttons' <div>
's set as 100% for height, it doesn't stack up "in order", but rather stretching to fit in the parent wrapper. Playing around I noticed that if I remove the 100% height from the buttons, and remove one button, the copy will fill out so both will be the same height, but the scenario I'm working has one tile with one more button than the other... So basically, is what I'm trying to do feasible with flex?