Consider the layout below
<div style='float: left;'>Outer Div </div>
<div style='float: left;'>
<div style='float: left;'>Inner Div </div>
<div style='float: left;'>Inner Div </div>
<div style='float: left;'>Inner Div </div>
<div style='float: left;'>Inner Div </div>
<div style='float: left;'>Inner Div </div>
</div>
Questioning whether an approach exists to make inner divs collapse before the outer div when resizing the browser rather than the other way around.