From a4e7e184c2f41ea52397fb31d46c9278e8e08438 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 12 Aug 2020 14:00:06 +0800 Subject: [PATCH] fix: input search rtl style (#26156) --- components/input/style/rtl.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/input/style/rtl.less b/components/input/style/rtl.less index 9ee0357052..302a252f1d 100644 --- a/components/input/style/rtl.less +++ b/components/input/style/rtl.less @@ -225,6 +225,9 @@ & + .@{ant-prefix}-input-group-addon, input + .@{ant-prefix}-input-group-addon { .@{search-rtl-cls}& { + padding: 0; + border: 0; + .@{search-prefix}-button { width: 100%; border-radius: @border-radius-base 0 0 @border-radius-base;