Merge "Follow-up I673c28c2: Only apply clearfix to main content area"

This commit is contained in:
jenkins-bot 2020-09-21 22:04:54 +00:00 committed by Gerrit Code Review
commit b0bdcedb7e
1 changed files with 4 additions and 0 deletions

View File

@ -59,8 +59,12 @@ body {
.mw-body-content {
position: relative;
z-index: @z-index-base;
}
#bodyContent {
// Clearfix here for legacy reasons of floated children (gadgets?),
// to be revisited to clarify historic need and possibly remove.
// Only apply to the main content area (T263445)
.mixin-clearfix();
}