Skip to content

Commit

Permalink
fix: horizontal variant margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Apr 25, 2024
1 parent c86d37d commit 59592be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stepper/stepper/stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
flex-direction: var(--sbb-stepper-orientation);
position: relative;
justify-content: space-between;
margin-block-end: var(--sbb-spacing-fixed-8x);
margin-block-end: var(--sbb-spacing-responsive-m);

&::before {
content: '';
Expand Down

0 comments on commit 59592be

Please sign in to comment.