Skip to content

Commit

Permalink
Merge pull request #32 from C0dewithLokesh/fix/component-overflow
Browse files Browse the repository at this point in the history
fix: Fixes overflow at dashboard page
  • Loading branch information
hemantwasthere authored Oct 7, 2023
2 parents b92e7b0 + 47515a4 commit 9a7d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/__app/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DashBoardPage: NextPage = () => {

return (
<DashboardLayout>
<section className="flex h-[80vh] w-screen items-center justify-center">
<section className="flex h-[80vh] w-full items-center justify-center">
<h1>Dashboard Page</h1>
</section>
</DashboardLayout>
Expand Down

0 comments on commit 9a7d64b

Please sign in to comment.