Render automation name dropdown centered
[MAILPOET-5102]
This commit is contained in:
@@ -40,7 +40,7 @@ function DocumentActions({ children }): JSX.Element {
|
||||
{children && (
|
||||
<Dropdown
|
||||
popoverProps={{
|
||||
placement: 'bottom-start',
|
||||
placement: 'bottom',
|
||||
anchor: titleRef.current,
|
||||
}}
|
||||
renderToggle={({ isOpen, onToggle }) => (
|
||||
|
Reference in New Issue
Block a user