Browse Source

Fixes #1787 Evenly divided steps was not 100% width

pull/1785/head
jlukic 9 years ago
parent
commit
f4af151ebb
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/step.less

2
src/definitions/elements/step.less

@ -377,7 +377,7 @@
.ui.six.steps,
.ui.seven.steps,
.ui.eight.steps {
display: block;
width: 100%;
}
.ui.one.steps > .step {
width: 100%;

Loading…
Cancel
Save