mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 02:39:02 +00:00
9ee1b51fbe
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface preview element styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.mw-body-content .ve-ui-mwPreviewElement {
|
|
/* Don't apply font adjustment twice if already inside a content area */
|
|
font-size: inherit;
|
|
}
|