Skip to content

Commit

Permalink
[Fix] Adjust line height and margin spacing in SidebarLinks component
Browse files Browse the repository at this point in the history
  • Loading branch information
biliesilva committed Dec 19, 2024
1 parent 8759b32 commit 96f52cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding: var(--space-3xs) var(--sidebar-horizontal-padding) var(--space-3xs)
var(--space-xl);
font-size: var(--text-sm);
line-height: 20px;
line-height: 18px;
white-space: break-spaces;
}

Expand All @@ -19,7 +19,7 @@
}

.SidebarLinks__subItem + .Sidebar__item:not(.SidebarLinks__subItem) {
margin-top: 4px;
margin-top: var(--space-3xs);
}

@media screen and (max-width: 730px) {
Expand Down

0 comments on commit 96f52cd

Please sign in to comment.