Alerting: Fix notification policies label matchers layout (#49159)

This commit is contained in:
Gilles De Mey 2022-05-18 15:01:56 +02:00 committed by GitHub
parent b54ac426c8
commit 0ae8e3bd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export const AmRoutesExpandedForm: FC<AmRoutesExpandedFormProps> = ({ onCancel,
{fields.map((field, index) => {
const localPath = `object_matchers[${index}]`;
return (
<HorizontalGroup key={field.id} align="flex-start">
<HorizontalGroup key={field.id} align="flex-start" height="auto">
<Field
label="Label"
invalid={!!errors.object_matchers?.[index]?.name}