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

@@ -95,7 +95,7 @@ export default function UserLayout({
) : (
<>
{/* 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">
<CommonHeader />
</div>