fix: Dropdown icon margin style (#27165)

close #22274
pull/27175/head
偏右 4 years ago committed by GitHub
parent 771352c5ca
commit 1c38e68a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save