Merge pull request #1468 from ChrisvanChip/style-remove-gap-from-container

style: remove inconsistent gap between header and content
This commit is contained in:
Mauricio Siu
2025-03-12 00:55:32 -06:00
committed by GitHub

View File

@@ -1068,7 +1068,7 @@ export default function Page({ children }: Props) {
</header>
)}
<div className="flex flex-col w-full gap-4 p-4 pt-0">{children}</div>
<div className="flex flex-col w-full p-4 pt-0">{children}</div>
</SidebarInset>
</SidebarProvider>
);