From 3aba1ade9f3d27c79cd382944486e6b14618d2f8 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:10:37 +0100 Subject: [PATCH] [v11.0.x] Datasources: Add fixed width to name field in config editor (#86179) Datasources: Add fixed width to name field in config editor (#84970) add fixed width to name field (cherry picked from commit 28ecd839872c95acb080e776c2767443b996fbd3) Co-authored-by: Erik Sundell --- public/app/features/datasources/components/BasicSettings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/datasources/components/BasicSettings.tsx b/public/app/features/datasources/components/BasicSettings.tsx index 9aa09208810..243b9a946eb 100644 --- a/public/app/features/datasources/components/BasicSettings.tsx +++ b/public/app/features/datasources/components/BasicSettings.tsx @@ -26,6 +26,7 @@ export function BasicSettings({ dataSourceName, isDefault, onDefaultChange, onNa 'preselected in new panels." grow disabled={disabled} + labelWidth={14} >