Skip to content

Commit 2d5292f

Browse files
samejrmatt-aitken
authored andcommitted
Nicer padding
1 parent 3e5f34b commit 2d5292f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.metrics.$dashboardKey

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function MetricDashboard({
155155

156156
return (
157157
<div className="grid max-h-full grid-rows-[auto_1fr] overflow-hidden">
158-
<div className="flex items-center gap-2 border-b border-b-grid-bright px-3 py-2">
158+
<div className="flex items-center gap-1 border-b border-b-grid-bright py-2 pl-2 pr-3">
159159
<ScopeFilter />
160160
<LogsTaskFilter possibleTasks={possibleTasks ?? []} />
161161
<QueuesFilter />

0 commit comments

Comments
 (0)