Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / system / components / clearfix.module.css
1 /**
2  * @file
3  * Float clearing.
4  *
5  * Based on the micro clearfix hack by Nicolas Gallagher, with the :before
6  * pseudo selector removed to allow normal top margin collapse.
7  *
8  * @see http://nicolasgallagher.com/micro-clearfix-hack
9  */
10
11 .clearfix:after {
12   content: "";
13   display: table;
14   clear: both;
15 }