aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard')
-rw-r--r--apps/web/components/dashboard/header/Header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/header/Header.tsx b/apps/web/components/dashboard/header/Header.tsx
index b145683d..ac1dcec0 100644
--- a/apps/web/components/dashboard/header/Header.tsx
+++ b/apps/web/components/dashboard/header/Header.tsx
@@ -19,7 +19,7 @@ export default async function Header() {
<HoarderLogo height={20} gap="8px" />
</Link>
</div>
- <div className="flex w-full gap-2">
+ <div className="flex flex-1 gap-2">
<SearchInput className="min-w-40 bg-muted" />
<GlobalActions />
</div>