Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.widgets / mw.widgets.SelectWithInputWidget.base.less
blobe7513518560345137e2c728d3640c3d7a2e9a944
1 /*!
2  * MediaWiki Widgets - base SelectWithInput styles.
3  *
4  * @copyright 2011-2024 MediaWiki Widgets Team and others; see AUTHORS.txt
5  * @license The MIT License (MIT); see LICENSE.txt
6  */
8 .mw-widget-selectWithInputWidget {
9         .oo-ui-dropdownInputWidget,
10         .oo-ui-textInputWidget {
11                 display: inline-block;
12         }
14         .oo-ui-dropdownInputWidget {
15                 max-width: 20em;
16                 margin-right: 0.5em;
17         }
19         .oo-ui-textInputWidget {
20                 max-width: 29.5em;
21         }