mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasources: Add fixed width to name field in config editor (#84970)
add fixed width to name field
This commit is contained in:
parent
d608faa9c1
commit
28ecd83987
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user