Merge "Revert "Apply typography rules to `.mw-body-content` elements outside `.vector-body`""

This commit is contained in:
jenkins-bot 2021-11-10 20:58:37 +00:00 committed by Gerrit Code Review
commit 39ffd2c8e3
1 changed files with 0 additions and 7 deletions

View File

@ -70,13 +70,6 @@ pre,
}
}
// FIXME:
// Ideally these rules should apply only to .mw-body-content
// However this requires a #user-notice and community consultation
// to prepare gadget developers for this potential disruptive change.
// The `:not` pseudo class is used for now, to handle cases
// where multiple mw-body-content elements appear in the page.
.mw-body-content:not( .vector-body .mw-body-content ),
.vector-body {
font-size: @font-size-base;
// Support IE 9-11, Trident cuts values 2 digits after decimal point.