Skip to content

Commit

Permalink
fix: ui icon overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Apr 18, 2024
1 parent 897a361 commit ca2aba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/stepper/step-label/step-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
sbb-icon {
z-index: 1;
background-color: var(--sbb-step-label-prefix-background-color);
border-radius: var(--sbb-border-radius-infinity);
transform: translateY(var(--sbb-step-label-translate-y-content-hover, #{sbb.px-to-rem-build(0)}));
transition: {
duration: var(--sbb-step-label-animation-duration);
Expand Down

0 comments on commit ca2aba7

Please sign in to comment.