Skip to content

Commit

Permalink
Fix item content getting squeezed
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Oct 15, 2024
1 parent 1b2654f commit cab37c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/_boxed-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $boxed-list-palette: $sd-basic-palette;
background-color: var(--sd-item__main-Bg);
box-shadow: $shadow__base--z1;
transition: all 0.2s ease-in-out;
flex-shrink: 0;

@each $name, $color in $boxed-list-palette {
&.boxed-list__item--#{$name} {
Expand Down Expand Up @@ -240,6 +241,6 @@ $boxed-list-palette: $sd-basic-palette;
.boxed-list__item-content {
justify-content: center;
}

}
}

0 comments on commit cab37c9

Please sign in to comment.