CSS Clearfix for `admin-contents` - part deux

Continuing the discussion from CSS Clearfix for admin-contents:

Can I get a CSS clearfix for admin-content DIV ?

This issue in the original topic post never really got a correct solution.

As a workaround I added the following custom CSS:

@import "common/foundation/helpers.scss";

.admin-contents {
    @extend .clearfix;
}
3 Likes

@awesomerobot can you have a look at cleaning up the structure a bit here?

There’s some more cleanup that can be done — but for now that container will clear correctly!

https://github.com/discourse/discourse/pull/3291

4 Likes