Skip to content

Commit

Permalink
Merge pull request #1820 from Kajabi/sortable-width-bug
Browse files Browse the repository at this point in the history
[DSS-479] Sortable - Content Width Issue
  • Loading branch information
anechol authored Oct 18, 2023
2 parents d8becb1 + 451a9bc commit 995c83c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $-sortable-image-height: rem(48px);

.sage-sortable__item {
display: grid;
grid-template-columns: min-content minmax(0, min-content) auto auto;
grid-template-columns: min-content minmax(0, 1fr) auto auto;
gap: sage-spacing(card);
align-items: center;
padding: sage-spacing(xs) sage-spacing(panel);
Expand Down Expand Up @@ -114,6 +114,7 @@ $-sortable-image-height: rem(48px);

.sage-sortable__item-subtitle {
@extend %t-sage-body-xsmall;
@include truncate();
color: sage-color(charcoal, 100);
}

Expand Down

0 comments on commit 995c83c

Please sign in to comment.