Skip to content

Commit

Permalink
🐛 Fix Steps style when size="small" and labelPlacement="vertical" (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 6, 2020
1 parent 6166f5b commit bebc662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/steps/style/label-placement.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
&.@{steps-prefix-cls}-small:not(.@{steps-prefix-cls}-dot) {
.@{steps-prefix-cls}-item {
&-icon {
margin-left: 40px;
margin-left: 47px;
}
}
}
Expand Down

0 comments on commit bebc662

Please sign in to comment.