aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-07-19 18:08:28 +0000
committerMohamed Bassem <me@mbassem.com>2025-07-19 18:08:28 +0000
commit202924c9f58c85028f8ed244435713d2d072a6e4 (patch)
tree50da4cce2e23747912b7aa58a320c733be46e8d2 /apps/web/components/dashboard
parent61a6ac8323ed5e80af1dd4a0781796a140715b65 (diff)
downloadkarakeep-202924c9f58c85028f8ed244435713d2d072a6e4.tar.zst
fix(web): Remove horizontal scroll in PWA's header
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 f830beb6..3bcdbbe7 100644
--- a/apps/web/components/dashboard/header/Header.tsx
+++ b/apps/web/components/dashboard/header/Header.tsx
@@ -20,7 +20,7 @@ export default async function Header() {
</Link>
</div>
<div className="flex flex-1 gap-2">
- <SearchInput className="min-w-40 rounded-md bg-muted" />
+ <SearchInput className="rounded-md bg-muted" />
<GlobalActions />
</div>
<div className="flex items-center">