Skip to content

Commit 1e391e2

Browse files
committed
Added border to make the search bar not float
1 parent a2ea3aa commit 1e391e2

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ export function QueueFilters() {
773773
const search = searchParams.get("query") ?? "";
774774

775775
return (
776-
<div className="flex w-full px-3 pb-3">
776+
<div className="flex w-full border-t border-grid-dimmed px-1.5 py-1.5">
777777
<Input
778778
name="search"
779779
placeholder="Search queue name"

0 commit comments

Comments
 (0)