Skip to content

Commit

Permalink
fix(dropdown): adjust divider spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored and ju-Skinner committed May 11, 2022
1 parent 585e72b commit e39fe26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@ $-dropdown-trigger-dropdown-offset: rem(16px) + sage-spacing(xs);

.sage-dropdown__item--border-before {
padding-top: sage-spacing(xs);
margin-top: sage-spacing(xs);
border-top: 1px solid sage-color(grey, 300);
}

.sage-dropdown__item--border-after {
padding-bottom: sage-spacing(xs);
margin-bottom: sage-spacing(xs);
border-bottom: 1px solid sage-color(grey, 300);
}

Expand Down

0 comments on commit e39fe26

Please sign in to comment.