Skip to content

Commit

Permalink
fix: Dropdown icon margin style
Browse files Browse the repository at this point in the history
close #22274
  • Loading branch information
afc163 committed Oct 15, 2020
1 parent 771352c commit ad2f69b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/dropdown/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,12 @@
transition: all 0.3s;

> .@{iconfont-css-prefix}:first-child,
> a > .@{iconfont-css-prefix}:first-child,
> span > .@{iconfont-css-prefix}:first-child {
min-width: 12px;
margin-right: 8px;
font-size: @font-size-sm;
vertical-align: -0.1em;
}

> a {
Expand Down

0 comments on commit ad2f69b

Please sign in to comment.