Skip to content

Commit

Permalink
Merge pull request onecx#234 from markuczy/feat/vertical-menu-indenta…
Browse files Browse the repository at this point in the history
…tion

fix: vertical menu indent fix
  • Loading branch information
HenryT-CG authored Apr 30, 2024
2 parents 5db7f65 + 40ef4c4 commit d88a870
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 d88a870

Please sign in to comment.