From 3eae0db7ce8e9b62b2656a254c5144206d85c4ba Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Mon, 13 Dec 2021 16:57:15 +0100 Subject: [PATCH] fix: make state duration column wider (#43044) --- .../unified/components/alert-groups/AlertGroupAlertsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx b/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx index 6bd0ad274e6..f6df855efb4 100644 --- a/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx +++ b/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx @@ -38,7 +38,7 @@ export const AlertGroupAlertsTable = ({ alerts, alertManagerSourceName }: Props) ), - size: '190px', + size: '220px', }, { id: 'labels',