Render automation name dropdown centered

[MAILPOET-5102]
This commit is contained in:
Jan Jakes
2023-03-13 14:53:21 +01:00
committed by Aschepikov
parent 4c1164b89b
commit 2e80af9876

View File

@@ -40,7 +40,7 @@ function DocumentActions({ children }): JSX.Element {
{children && (
<Dropdown
popoverProps={{
placement: 'bottom-start',
placement: 'bottom',
anchor: titleRef.current,
}}
renderToggle={({ isOpen, onToggle }) => (