From e00bfdc150ec5575fcde6419a2c766945ff52c20 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 17 Aug 2017 18:13:06 +0800 Subject: [PATCH] Make Input with addons same default width 100% with Input --- components/input/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input/style/index.less b/components/input/style/index.less index 4a47f781bb..6271e4e96a 100644 --- a/components/input/style/index.less +++ b/components/input/style/index.less @@ -14,6 +14,7 @@ &-wrapper { display: inline-block; vertical-align: top; // https://github.com/ant-design/ant-design/issues/6403 + width: 100%; } }