Skip to content

Commit

Permalink
Fix a UI issue in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Aug 25, 2024
1 parent d9e4a93 commit 3f184b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/layout/navigation/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>

<div
class="grid grid-cols-[repeat(var(--cols),minmax(0,1fr))]"
class="grid w-full grid-cols-[repeat(var(--cols),minmax(0,1fr))]"
style:--cols={$navEntries.length}
>
{#each $navEntries as navTarget (navTarget)}
Expand Down

0 comments on commit 3f184b3

Please sign in to comment.