From fee5e291632cce131611dd1a9e2ab89e02ee43a3 Mon Sep 17 00:00:00 2001 From: Amumu Date: Thu, 22 Aug 2019 20:53:34 +0800 Subject: [PATCH] fix style (#18422) --- components/steps/style/small.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/steps/style/small.less b/components/steps/style/small.less index b50a101b54..2f130d2865 100644 --- a/components/steps/style/small.less +++ b/components/steps/style/small.less @@ -1,4 +1,4 @@ -.@{steps-prefix-cls}-small .@{steps-prefix-cls}-item-container { +.@{steps-prefix-cls}-small { &.@{steps-prefix-cls}-horizontal:not(.@{steps-prefix-cls}-label-vertical) .@{steps-prefix-cls}-item { margin-right: 12px; @@ -28,7 +28,6 @@ } .@{steps-prefix-cls}-item-tail { top: 8px; - padding: 0 8px; } .@{steps-prefix-cls}-item-custom .@{steps-prefix-cls}-item-icon { width: inherit;