From 329edc1ed068ff02e72e6027d3fc2890e0dbb1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sat, 30 Nov 2019 17:34:06 +0800 Subject: [PATCH] :bug: Fix Input clear icon overclap with feedback icon (#20017) close #19884 --- components/form/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/form/style/index.less b/components/form/style/index.less index f0043d602c..8702c78d00 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -140,6 +140,11 @@ form { padding-right: 24px; } + // https://github.com/ant-design/ant-design/issues/19884 + .@{ant-prefix}-input-affix-wrapper .@{ant-prefix}-input-suffix { + padding-right: 18px; + } + .@{ant-prefix}-input-password-icon { margin-right: 18px; }