Fix 'Tags' padding to keep it farther from the edge and document the source of the...
authorHagar Shilo <strayblues@gmail.com>
Wed, 20 Jun 2018 16:22:56 +0000 (19:22 +0300)
committerHagar Shilo <strayblues@gmail.com>
Wed, 27 Jun 2018 14:54:03 +0000 (17:54 +0300)
Bug: T192275
Change-Id: Ib63a09b3b0edbca3bd2f2cd42a9485538738256f

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

index 148e37b..46e7c99 100644 (file)
                                border: 1px solid @colorGray10;
                                border-left-width: 0;
                                border-radius: 0 0 @borderRadius 0;
+                               // Using the 'left' value from
+                               // .oo-ui-buttonElement-frameless.oo-ui-iconElement >
+                               // .oo-ui-buttonElement-button > .oo-ui-iconElement-icon
+                               padding-right: 0.35714286em;
 
                                display: block;
                                text-align: right;