style: adjust layout spacing in agent and user dashboard wrappers

This commit is contained in:
pradeepkumar
2026-03-28 18:52:59 +05:30
parent d0d43eb69b
commit d759d6a2e8
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ export default function AgentLayout({
<CommonHeader /> <CommonHeader />
{/* Page Content */} {/* Page Content */}
<div className="mt-6"> <div className="mt-3">
{children} {children}
</div> </div>
</div> </div>

View File

@@ -95,7 +95,7 @@ export default function UserLayout({
) : ( ) : (
<> <>
{/* Regular Header for other pages */} {/* Regular Header for other pages */}
<div className="px-4 py-3 bg-white"> <div className="px-4 pt-3 pb-1 bg-white">
<div className="max-w-7xl mx-auto"> <div className="max-w-7xl mx-auto">
<CommonHeader /> <CommonHeader />
</div> </div>