Skip to content

Commit

Permalink
fix(dashboard): align heading with the gutter (#6935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmaraX authored Nov 11, 2024
1 parent 854a4a2 commit d9439e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/dashboard-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DashboardLayout = ({
<div className="relative flex h-full w-full">
<SideNavigation />
<div className="flex flex-1 flex-col overflow-y-auto overflow-x-hidden">
<HeaderNavigation startItems={headerStartItems} className="pt-4" />
<HeaderNavigation startItems={headerStartItems} className="px-6 pt-4" />

<div className="flex flex-1 flex-col overflow-y-auto overflow-x-hidden">{children}</div>
</div>
Expand Down

0 comments on commit d9439e6

Please sign in to comment.