Skip to content

Commit 12099fa

Browse files
committed
Prevent admin content from overflowing horizontally
1 parent 7cba2ae commit 12099fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/admin/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function AdminLayout({
8282
return (
8383
<div className="flex text-white">
8484
<AdminSidebar />
85-
<main className="flex-1 ml-0 md:ml-60 p-4 pt-[calc(env(safe-area-inset-top,1rem)+1rem)] md:pt-4 w-full relative z-[900]">
85+
<main className="flex-1 min-w-0 ml-0 md:ml-60 p-4 pt-[calc(env(safe-area-inset-top,1rem)+1rem)] md:pt-4 relative z-[900]">
8686
{children}
8787
</main>
8888
</div>

0 commit comments

Comments
 (0)