I have a grid layout using Bootstrap where each div
has a different height. Once I overflow onto the next row, I'd like my div
s to tessellate rather than clearing the tallest item from the previous row. In my bootply, you can see the div on the second row clears the last items height in the first row.
I'd like that div to move up, directly under the first item in the first row