Cloudwatch: Increase label width in Config Editor (#60333)

* Increase cloudwatch config label width
This commit is contained in:
Ida Štambuk
2022-12-15 10:51:23 +01:00
committed by GitHub
parent b0874d8059
commit 3ef440b30a
3 changed files with 8 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ export const ConfigEditor: FC<Props> = (props: Props) => {
<>
<ConnectionConfig
{...props}
labelWidth={29}
loadRegions={
datasource &&
(async () => {
@@ -76,7 +77,7 @@ export const ConfigEditor: FC<Props> = (props: Props) => {
})
}
>
<InlineField label="Namespaces of Custom Metrics" labelWidth={28} tooltip="Namespaces of Custom Metrics.">
<InlineField label="Namespaces of Custom Metrics" labelWidth={29} tooltip="Namespaces of Custom Metrics.">
<Input
width={60}
placeholder="Namespace1,Namespace2"