diff --git a/components/steps/style/progress-dot.less b/components/steps/style/progress-dot.less index 534a2ef5aa..c83b2b9857 100644 --- a/components/steps/style/progress-dot.less +++ b/components/steps/style/progress-dot.less @@ -47,6 +47,9 @@ } } } + &-content { + width: @steps-desciption-max-width; + } &-process .@{steps-prefix-cls}-item-icon { position: relative; top: -1px; @@ -73,6 +76,9 @@ .@{steps-prefix-cls}-item:first-child .@{steps-prefix-cls}-icon-dot { left: 0; } + .@{steps-prefix-cls}-item-content { + width: inherit; + } .@{steps-prefix-cls}-item-process .@{steps-prefix-cls}-icon-dot { left: -2px; }