From b4d2d1eaf5ec9248adddb204951976daec40954f Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Fri, 7 Nov 2025 11:15:18 +0100 Subject: [PATCH] Alerting: Fix width of the code editor for Alertmanager configurations (#113541) fix width of the code editor for Alertmanager configurations --- .../unified/components/settings/AlertmanagerConfig.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.tsx b/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.tsx index c42566d7610..8282d16ed97 100644 --- a/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.tsx +++ b/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.tsx @@ -165,11 +165,11 @@ export default function AlertmanagerConfig({ alertmanagerName, onDismiss, onSave {isLoadingSuccessful && (
- - {({ height, width }) => ( + + {({ height }) => (