Update padding of mw-ui-input to match OOUI
authorEd Sanders <esanders@wikimedia.org>
Tue, 12 Sep 2017 13:38:28 +0000 (14:38 +0100)
committerEd Sanders <esanders@wikimedia.org>
Tue, 12 Sep 2017 13:38:28 +0000 (14:38 +0100)
Change-Id: I85c7044666be41a9baa52e8f7ba019a96dac4a6b

resources/src/mediawiki.ui/components/inputs.less

index cc9c65a..74dc0b7 100644 (file)
@@ -29,7 +29,7 @@
        width: 100%;
        border: 1px solid @colorFieldBorder;
        border-radius: @borderRadius;
-       padding: 0.625em 0.546875em 0.546875em;
+       padding: 0.625em 0.625em 0.546875em;
        // necessary for smooth transition
        box-shadow: inset 0 0 0 0.1em #fff;
        font-family: inherit;