Fix long step description overflow, close #11864

This commit is contained in:
afc163 2018-08-24 20:25:23 +08:00
parent a54d06eb6f
commit 33f5cc4364

View File

@ -25,7 +25,7 @@
@steps-small-icon-size: 24px;
@steps-dot-size: 8px;
@steps-current-dot-size: 10px;
@steps-desciption-max-width: 140px;
@steps-desciption-max-width: 150px;
.@{steps-prefix-cls} {
.reset-component;
@ -147,6 +147,7 @@
}
&-description {
max-width: @steps-desciption-max-width;
white-space: normal;
}
}
}