Problem/Motivation
system/base provides a clearfix utility class.
This class is used in about 20 places in Drupal core, however they are all admin pages.
We should check each page to see whether the clearfix class/CSS rule is actually required, and remove it if it's not.
This may eventually allow us to move clearfix to its own library, or deprecate the class entirely.