/*! * MediaWiki Widgets - base SelectWithInput styles. * * @copyright 2011-2025 MediaWiki Widgets Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ @import 'mediawiki.skin.variables.less'; .mw-widget-selectWithInputWidget { .oo-ui-dropdownInputWidget, .oo-ui-textInputWidget { display: inline-block; } .oo-ui-dropdownInputWidget { max-width: 20em; margin-right: @spacing-50; } .oo-ui-textInputWidget { max-width: 29.5em; } }