Skip to content

Commit 832789b

Browse files
committed
filter button alignment update
1 parent 598d235 commit 832789b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function FiltersBar({
404404

405405
return (
406406
<div className="flex items-start justify-between gap-x-2 border-b border-grid-bright p-2">
407-
<div className="flex flex-row flex-wrap items-center gap-1">
407+
<div className="flex flex-row flex-wrap items-center gap-2">
408408
{list ? (
409409
<>
410410
<StatusFilter />

0 commit comments

Comments
 (0)