Merge "Fixing display issue with interwiki search sidebar"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 8 Jun 2017 14:27:36 +0000 (14:27 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 8 Jun 2017 14:27:36 +0000 (14:27 +0000)
resources/src/mediawiki.special/mediawiki.special.search.interwikiwidget.styles.less

index 92e3e1c..992ce99 100644 (file)
                #mw-interwiki-results {
                        width: 30%;
                        display: inline-block; /* used to align interwiki sidebar with the top of the main search results */
-                       margin-left: 10%;
+                       margin-left: 8%; /* since inline-block causes whitespace issues, this is 8 instead of 10% */
                }
                .mw-search-createlink,
                .mw-search-nonefound,