diff --git a/components/steps/style/rtl.less b/components/steps/style/rtl.less index f99319f814..6dcdc851d5 100644 --- a/components/steps/style/rtl.less +++ b/components/steps/style/rtl.less @@ -11,7 +11,7 @@ .@{steps-prefix-cls}-item { &-icon { - .@{steps-prefix-cls}-rtl & { + .@{steps-prefix-cls}.@{steps-prefix-cls}-rtl & { margin-right: 0; margin-left: 8px; } @@ -129,6 +129,7 @@ .@{steps-prefix-cls}-item-title { .@{steps-prefix-cls}-rtl& { padding-right: 0; + padding-left: 12px; } } }