Quantcast
Viewing all articles
Browse latest Browse all 294883

Audit use of the clearfix class

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 294883

Trending Articles