Revert "Fix font size in editor preview"

This reverts commit 058551e9b9.

Bug: T287733
Bug: T295712
Change-Id: Ic239d1334f09d2a1ecbb7f28d69abd0a349128e5
This commit is contained in:
Esanders 2021-11-15 18:03:50 +00:00
parent 058551e9b9
commit ad9492896d
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.