Skip to content

Commit e85d436

Browse files
committed
fix: textarea icon position error
1 parent b12b7f8 commit e85d436

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

components/input/style/index.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
visibility: hidden;
5151
}
5252

53+
.@{ant-prefix}-input-affix-wrapper-textarea-with-clear-btn {
54+
padding: 0 !important;
55+
.@{ant-prefix}-input {
56+
padding: @input-padding-vertical-base @input-padding-horizontal-base;
57+
}
58+
}
59+
5360
.@{ant-prefix}-input-textarea-clear-icon {
5461
.clear-icon();
5562
position: absolute;

0 commit comments

Comments
 (0)