Skip to content

Commit

Permalink
fix(pro:search): placeholder not vertially centered (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Oct 17, 2023
1 parent a6d539a commit f05cc48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/pro/search/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
margin-bottom: -@item-gap;
padding: @container-padding - @pro-search-border-width;
}
.@{pro-search-prefix}-placeholder {
height: @item-height;
line-height: @item-height;
}
.@{pro-search-prefix}-search-item {
height: @item-height;
margin-bottom: @item-gap;
Expand Down

0 comments on commit f05cc48

Please sign in to comment.