mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:19:25 +08:00
Datasources: Add fixed width to name field in config editor (#84970)
add fixed width to name field
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user