Clearfix

A clearfix is a way for an element to automatically clear its child elements, so that you don't need to add additional markup. It's generally used in float layouts where elements are floated to be stacked horizontally.

You can see it being used in views/ComponentsPage/Sections/SectionNotifications.js.

import Clearfix from "components/Clearfix/Clearfix.js";
<Clearfix />