I have a question regarding how Bootstrap works.
Suppose I have a row with two columns of class 'col-xs-6'. Now each of these columns have a float of left.
If my understanding is correct, a div containing float elements will have a height of zero.
Although, in this case, the row (div with a class of row) has some height (equal to the height of the containing columns). How does the row get that height?