From 89946cc88ceee67329e30c7ac9a6a7090497bc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Tue, 18 Aug 2026 07:09:34 -0600 Subject: [PATCH] fix[frontend](correlation-rules): fixed corr rules description width --- frontend/src/features/alerting-rules/components/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/alerting-rules/components/table.tsx b/frontend/src/features/alerting-rules/components/table.tsx index f0ddf9783..15b55f95c 100644 --- a/frontend/src/features/alerting-rules/components/table.tsx +++ b/frontend/src/features/alerting-rules/components/table.tsx @@ -58,7 +58,7 @@ export function Table({ rules, selected, onToggleSelected, onSelectAll, onOpen, {r.name} {r.systemOwner && } - {r.description &&
{r.description}
} + {r.description &&
{r.description}
}