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 Mi Piace
sam
(Sam Saffron)
2
@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!
4 Mi Piace