diff --git a/components/form/style/index.less b/components/form/style/index.less index e3769a334b..77effde563 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -251,7 +251,7 @@ form { } // fix input with addon position. https://github.com/ant-design/ant-design/issues/8243 - .@{ant-prefix}-input-group, + :not(.@{ant-prefix}-input-group-wrapper) > .@{ant-prefix}-input-group, .@{ant-prefix}-input-group-wrapper { display: inline-block; vertical-align: middle;