Skip to content

Commit

Permalink
fix: sidebar margins
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Oct 19, 2023
1 parent 6db5cb2 commit f7fedd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuselage/src/components/Sidebar/Sidebar.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ $sidebar-banner-color-danger: theme(
&-item {
@extend %sidebar-base;
@include highlighted;
margin-inline: lengths.margin(-2);

padding-block: lengths.padding(4);
padding-inline: lengths.padding(16);
Expand All @@ -217,7 +218,7 @@ $sidebar-banner-color-danger: theme(
@include typography.use-with-truncated-text();
flex: 1 0;

margin-inline: lengths.margin(-4);
margin-inline: lengths.margin(-2);
}

&--clickable {
Expand Down

0 comments on commit f7fedd5

Please sign in to comment.