diff --git a/src/controls/ActionDropdown.tsx b/src/controls/ActionDropdown.tsx index 7bbfc2ad7..695b1b917 100644 --- a/src/controls/ActionDropdown.tsx +++ b/src/controls/ActionDropdown.tsx @@ -82,6 +82,7 @@ class DropdownMenu extends React.Component { data-value={actions[0].title} onClick={actions[0].show ? this.triggerDefault : undefined} title={genTooltip(actions[0].show)} + style={{ width: '100%', height: '100%' }} > {actions[0].title}