[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 28ecd83987)

Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 16:10:37 +01:00
committed by GitHub
co-authored by Erik Sundell
parent 3628fdd6d7
commit 3aba1ade9f
@@ -26,6 +26,7 @@ export function BasicSettings({ dataSourceName, isDefault, onDefaultChange, onNa
'preselected in new panels."
grow
disabled={disabled}
labelWidth={14}
>
<Input
id="basic-settings-name"