From 76f6a65a42cdd4e5bf6ca782695c323125e6b4db Mon Sep 17 00:00:00 2001 From: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:46:24 +0800 Subject: [PATCH] fix(input): fix/1754-input-prefix-icon-incorrect-height (#1766) - Fix the incorrect style rule for input prefix icon --- packages/theme-chalk/src/input.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/theme-chalk/src/input.scss b/packages/theme-chalk/src/input.scss index 024c5ae748..15362b0498 100644 --- a/packages/theme-chalk/src/input.scss +++ b/packages/theme-chalk/src/input.scss @@ -162,7 +162,6 @@ } @include e(icon) { - height: 100%; width: 25px; text-align: center; transition: all .3s;