mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
180eb91f3f
Otherwise our width/height rules are overridden by OOUI styles. Change-Id: I2bbf81231615e6fcfd95573f5f590b5101e66bdf
16 lines
417 B
CSS
16 lines
417 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwTransclusionNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement {
|
|
font-size: 0.914286em;
|
|
width: auto;
|
|
}
|
|
|
|
.ve-ce-mwTransclusionNode.ve-ce-focusableNode-invisible {
|
|
width: auto;
|
|
}
|