Clear

Utilities for controlling the wrapping of content around an element.

Class CSS Output
clear-right
clear: right;
clear-end
clear: inline-end;
clear-both
clear: both;
clear-none
clear: none;
clear-left
clear: left;
clear-start
clear: inline-start;