modules/ve-mw/preinit/styles/ve.init.MWVESwitchPopupWidget.less
/*!
* VisualEditor MediaWiki Initialization edit switching styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-switchPopupWidget {
white-space: normal;
z-index: 4;
.oo-ui-popupWidget-anchor {
margin-left: 1.25em;
}
.oo-ui-popupWidget-head {
font-weight: bold;
}
.oo-ui-fieldLayout:last-child {
margin-bottom: 12px;
}
}