Merge "maintenance: Replace implicit Bugzilla bug numbers with Phab ones"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
1 .mw-rcfilters-ui-filterWrapperWidget {
2 width: 100%;
3 // Make sure this uses the interface direction, not the content direction
4 direction: ltr;
5
6 &-popup {
7 // We have to override OOUI's definition, which is set
8 // on the inline style of the popup
9 margin-top: 2.4em !important;
10 max-width: 650px;
11
12 .oo-ui-popupWidget-body {
13 max-height: 70vh;
14 }
15 }
16
17 &-search {
18 max-width: none;
19 margin-top: -0.5em;
20
21 input {
22 // We need to reiterate the directionality
23 // for the input as well to literally override
24 // a MediaWiki CSS rule that turns it 'ltr'
25 direction: ltr;
26 }
27 }
28 }