mediawiki-extensions-Visual.../modules/ve-mw/preinit/styles/ve.init.MWVESwitchPopupWidget.less
Ed Sanders 570766d96a ve.init.MWVESwitchPopupWidget: Add spacing after checkbox
Change-Id: I40e1c9cf770f5c00d891c71a7d18b0a622264501
2024-03-14 11:37:26 -07:00

24 lines
394 B
Plaintext

/*!
* 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;
}
}