Skip to content

Commit

Permalink
feat(step): steps will wrap by default unless specified as unstackable
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Jan 16, 2019
1 parent 280cad9 commit f04011b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/definitions/elements/step.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
border-radius: @stepsBorderRadius;
border: @stepsBorder;
}
.ui.steps:not(.unstackable) {
flex-wrap: wrap;
}

/* First Steps */
.ui.steps:first-child {
Expand Down

0 comments on commit f04011b

Please sign in to comment.