diff --git a/components/form/style/index.less b/components/form/style/index.less index 763d89d60a..c71dbb645b 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -170,6 +170,13 @@ form { } } + // Fix issue: https://github.com/ant-design/ant-design/issues/7854 + .@{ant-prefix}-input-search { + .@{ant-prefix}-input-suffix { + right: 28px; + } + } + // Fix issue: https://github.com/ant-design/ant-design/issues/4783 .@{ant-prefix}-calendar-picker, .@{ant-prefix}-time-picker {