Skip to content

Commit

Permalink
fix sidebar-item menu-wrapper height
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Sep 5, 2024
1 parent d03d348 commit 10e3904
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $sidebar-color-font-active: theme(
flex-shrink: 0;

width: 0;
height: 100%;
height: lengths.size(20);

margin-inline-end: -4px;

Expand All @@ -163,6 +163,7 @@ $sidebar-color-font-active: theme(
align-items: center;

width: lengths.size(20);
height: lengths.size(20);

margin-inline-end: lengths.margin(none);

Expand Down

0 comments on commit 10e3904

Please sign in to comment.