[wp-trac] [WordPress Trac] #26396: Implement a generic clearfix

WordPress Trac noreply at wordpress.org
Fri Sep 18 22:19:52 UTC 2015


#26396: Implement a generic clearfix
----------------------------+---------------------------------
 Reporter:  helen           |       Owner:
     Type:  enhancement     |      Status:  new
 Priority:  low             |   Milestone:  Future Release
Component:  Administration  |     Version:
 Severity:  minor           |  Resolution:
 Keywords:  needs-patch     |     Focuses:  ui, administration
----------------------------+---------------------------------

Comment (by afercia):

 Related #28864 among other things tries to introduce a generic rule for
 this in `common.css`:
 {{{
 .contain-floats:after {
         content: '';
         display: table;
         clear: both;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26396#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list