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

Bug: T254195
Bug: T263445
Change-Id: I693cd3d4d32501a2a4ab20140a662943fba22bb6
This commit is contained in:
Ed Sanders 2020-09-21 13:23:48 +01:00
parent a69323a9df
commit 21d4716612
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();
}