Skip to content

Commit

Permalink
Add back the negative margin right
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Dec 4, 2023
1 parent 16bbd86 commit 250621d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/interface/src/components/pinned-items/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@

// Gap between pinned items.
gap: $grid-unit-10;

// Account for larger grid from parent container gap.
margin-right: -$grid-unit-05;
}

0 comments on commit 250621d

Please sign in to comment.