Fix dropdown popover props in automation step's more menu

[MAILPOET-6054]
This commit is contained in:
Rostislav Wolny
2024-06-04 11:09:36 +02:00
committed by Aschepikov
parent 3a84ba3352
commit 65b72a2b88

View File

@@ -63,7 +63,7 @@ export function StepMoreMenu({ step }: Props): JSX.Element {
label={__('More', 'mailpoet')}
icon={moreVertical}
popoverProps={{ placement: 'bottom-start' }}
toggleProps={{ isSmall: true }}
toggleProps={{ size: 'small' }}
controls={Object.values(controls)}
/>
</div>