The clearfix class provides a way for a parent element to automatically clear its child elements, without needing to add additional markup.
Used in float layouts where elements are floated to be stacked horizontally. The clearfix is a way to combat the zero-height container problem for floated elements.
N/A
.u-clearfix
applied.
<div class="u-clearfix">
...
</div>