Skip to content

Commit

Permalink
fix(comp:input): input suffix is icon size only when it's icon (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Oct 26, 2022
1 parent 4bf61fb commit 5d3f260
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@
display: inline-flex;
align-items: center;
color: @input-icon-color;
font-size: @input-icon-font-size;

.@{icon-prefix} {
font-size: @input-icon-font-size;
}
}

&-prefix {
Expand Down

0 comments on commit 5d3f260

Please sign in to comment.