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;
}