Skip to content

Commit

Permalink
fix(sortable): update template columns (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored and kajabi-bot committed Sep 3, 2024
1 parent 32164f8 commit bde8e40
Showing 1 changed file with 1 addition 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, 1fr) auto auto;
grid-template-columns: min-content min-content minmax(0, 1fr) auto auto;
gap: sage-spacing(card);
align-items: center;
padding: sage-spacing(xs) sage-spacing(panel);
Expand Down

0 comments on commit bde8e40

Please sign in to comment.