We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176541b commit 46b979eCopy full SHA for 46b979e
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.alerts/route.tsx
@@ -214,7 +214,7 @@ export default function Page() {
214
/>
215
))}
216
</TableCell>
217
- <TableCell className={alertChannel.enabled ? "" : "opacity-50"}>
+ <TableCell className={cn("py-1", alertChannel.enabled ? "" : "opacity-50")}>
218
<AlertChannelDetails alertChannel={alertChannel} />
219
220
<TableCell className={alertChannel.enabled ? "" : "opacity-50"}>
0 commit comments