mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
bfb59e9c8a
Leaving it unset falls back to 'inherit' which is too large. Change-Id: I0dd90b247b51070bbe10aad4941a9dc4a7ac60c1
16 lines
393 B
CSS
16 lines
393 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-iconElement {
|
|
font-size: 1em;
|
|
width: auto;
|
|
}
|
|
|
|
.ve-ce-mwTransclusionNode.ve-ce-focusableNode-invisible {
|
|
width: auto;
|
|
}
|