RCFilters UI: Adjust popup positioning again
authorRoan Kattouw <roan.kattouw@gmail.com>
Fri, 10 Mar 2017 18:32:53 +0000 (10:32 -0800)
committerRoan Kattouw <roan.kattouw@gmail.com>
Fri, 10 Mar 2017 18:32:53 +0000 (10:32 -0800)
We should really change this to properly
align to the bottom of the text box, rather than
continuing to tweak a margin-top value.

Change-Id: Ic86c59a1726fa6e0ffd888a5e12b177f1d6fcfa5

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.FilterWrapperWidget.less

index 970d140..5111a17 100644 (file)
@@ -6,7 +6,7 @@
        &-popup {
                // We have to override OOUI's definition, which is set
                // on the inline style of the popup
-               margin-top: 2.4em !important; /* stylelint-disable-line declaration-no-important */
+               margin-top: 2em !important; /* stylelint-disable-line declaration-no-important */
                max-width: 650px;
 
                .oo-ui-popupWidget-body {