Skip to content

Commit

Permalink
fix: vertical menu indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Apr 29, 2024
1 parent 5db7f65 commit 40ef4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ $overlayMenuBg: $menuBg;
$overlayMenuBorder: 0 none;
$overlayMenuShadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
$verticalMenuitemMargin: 0;
$verticalMenuPadding: 0.5rem 0;
$verticalMenuPadding: 0.5rem 1.25rem;
$menuSeparatorMargin: 0.5rem 0;

$breadcrumbPadding: 1rem;
Expand Down

0 comments on commit 40ef4c4

Please sign in to comment.