From 7518fde405845100d0744eb45e8826dbeec0ea2a Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 22 Jan 2017 18:48:57 +0800 Subject: [PATCH] Fix align issue inside InputGroup, close #4680 --- components/input/style/mixin.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index e9d6ec3ecf..d07025b27f 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -243,6 +243,7 @@ & > * { border-radius: 0; border-right-width: 0; + vertical-align: middle; } // Undo float for .ant-input-group .ant-input