fix: Dropdown icon margin style (#27165)

close #22274
This commit is contained in:
偏右 2020-10-15 14:13:17 +08:00 committed by GitHub
parent 771352c5ca
commit 1c38e68a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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