When using the "old" flexbox implementation, I would typically employ -webkit-box-align: start;
to prevent side by side columns from being the same length.
However, I am struggling to achieve the same result with the new specification. More information can be found at https://developer.mozilla.org/en/Using_flexbox.
Within my main division <div role="main">
, I have two <section class="app">
elements positioned side by side.