From e3026b3f8891da1c6edb4c0f28a3c1565d096de2 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 7 Jul 2020 16:01:27 +0800 Subject: [PATCH] fix: input textarea hadle when affix --- components/input/style/index.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/input/style/index.less b/components/input/style/index.less index eb97890965..2c99fe075e 100644 --- a/components/input/style/index.less +++ b/components/input/style/index.less @@ -24,11 +24,6 @@ .@{ant-prefix}-input-affix-wrapper { .reset-component; .input-affix-wrapper(~'@{ant-prefix}-input'); - - // https://github.com/ant-design/ant-design/issues/6144 - .@{ant-prefix}-input { - min-height: 100%; // use min-height, assume that no smaller height to override - } } .@{ant-prefix}-input-password-icon {