Bootstrap + Flexbox dynamic height
问题 I've added this css for flex-box in bootstrap to my site: http://www.bootply.com/126437 the problem is as follows: it works for both <sections> in my row-flex row-flex-wrap container (the sections have same height) but the content within the 2nd section doesn't stretch to it's maximum parent height. <div class="row row-flex row-flex-wrap"> <section class="col-md-8"> ... some content </section> <section class="col-md-4"> <h1>Welcome</h1> <div class="modcon green"> ... some more content with