Browse Source

feat: remove content max-width on dot-step (#24907)

pull/24907/merge
07akioni 5 years ago
committed by GitHub
parent
commit
0879bd5df3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      components/steps/style/progress-dot.less

3
components/steps/style/progress-dot.less

@ -47,9 +47,6 @@
}
}
}
&-content {
width: @steps-desciption-max-width;
}
&-process .@{steps-prefix-cls}-item-icon {
position: relative;
top: -1px;

Loading…
Cancel
Save