Merge "Revert "Fix font size in editor preview""

This commit is contained in:
jenkins-bot 2021-11-15 20:11:19 +00:00 committed by Gerrit Code Review
commit 611af67401
1 changed files with 0 additions and 6 deletions

View File

@ -70,12 +70,6 @@ pre,
}
}
// FIXME: All styles here should apply to .mw-body-content eventually.
// The problem is lots of user, gadgets, styles and scripts
// make assumptions about the font-size being set on the parent .vector-body element.
// This however breaks integrations with extensions that replicate mw-body-content element
// See [[phab:T287733]].
.mw-body-content:not( #mw-content-text ),
.vector-body {
font-size: @font-size-base;
// Support IE 9-11, Trident cuts values 2 digits after decimal point.