Skip to content

Commit 46b979e

Browse files
committed
Reduce padding on Alerts page table rows
1 parent 176541b commit 46b979e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export default function Page() {
214214
/>
215215
))}
216216
</TableCell>
217-
<TableCell className={alertChannel.enabled ? "" : "opacity-50"}>
217+
<TableCell className={cn("py-1", alertChannel.enabled ? "" : "opacity-50")}>
218218
<AlertChannelDetails alertChannel={alertChannel} />
219219
</TableCell>
220220
<TableCell className={alertChannel.enabled ? "" : "opacity-50"}>

0 commit comments

Comments
 (0)