Make Input with addons same default width 100% with Input

This commit is contained in:
afc163 2017-08-17 18:13:06 +08:00
parent 988e12f54b
commit e00bfdc150

View File

@ -14,6 +14,7 @@
&-wrapper {
display: inline-block;
vertical-align: top; // https://github.com/ant-design/ant-design/issues/6403
width: 100%;
}
}