Skip to content

Commit

Permalink
fix(progressindicator): adjust progressstep with optional label position
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt committed Feb 14, 2020
1 parent 9105472 commit 0acf4bf
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@
width: rem(40px);
}

// Vertical Variant

.#{$prefix}--progress--vertical {
display: block;
display: flex;
flex-direction: column;
}

.#{$prefix}--progress--vertical .#{$prefix}--progress-step {
Expand Down Expand Up @@ -270,7 +273,6 @@

.#{$prefix}--progress--vertical .#{$prefix}--progress-optional {
margin-top: auto;
position: initial;
margin-left: 2.25rem;
}

Expand Down

0 comments on commit 0acf4bf

Please sign in to comment.