From 7d5907500f5b1db59d30a17ef466271af3655fa2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 29 Aug 2018 17:40:05 +0800 Subject: [PATCH] revert steps description width to fix align issue --- components/steps/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/steps/style/index.less b/components/steps/style/index.less index 087281e606..bcc5215ff7 100644 --- a/components/steps/style/index.less +++ b/components/steps/style/index.less @@ -25,7 +25,7 @@ @steps-small-icon-size: 24px; @steps-dot-size: 8px; @steps-current-dot-size: 10px; -@steps-desciption-max-width: 150px; +@steps-desciption-max-width: 140px; .@{steps-prefix-cls} { .reset-component;