Skip to content

Commit 8fd2948

Browse files
committed
Adds gap between task search bar and button
1 parent 758a96d commit 8fd2948

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default function Page() {
224224
<div className="flex min-w-0 max-w-full flex-col">
225225
{!userHasTasks && <UserHasNoTasks />}
226226
<div className="max-h-full overflow-hidden">
227-
<div className="flex items-center p-2">
227+
<div className="flex items-center gap-1 p-2">
228228
<Input
229229
placeholder="Search tasks"
230230
variant="tertiary"

0 commit comments

Comments
 (0)