Skip to content

Commit

Permalink
#309 - sidebar last element position (#351)
Browse files Browse the repository at this point in the history
#309 - wip
  • Loading branch information
EwelinaSkrzypacz authored Sep 25, 2023
1 parent 5c80f2b commit 3454ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const miscNavigation = computed(() => [
>
</InertiaLink>
</div>
<nav class="overflow-y-auto shrink-0 mt-5 h-full space-y-5">
<nav class="overflow-y-auto shrink-0 py-5 h-full space-y-5">
<div class="px-2 space-y-1">
<InertiaLink
href="/"
Expand Down

0 comments on commit 3454ecf

Please sign in to comment.