From e75e46156c9ff897f127643e34b9a8703cf99b8a Mon Sep 17 00:00:00 2001 From: TanninOne Date: Fri, 20 Apr 2018 15:04:20 +0200 Subject: [PATCH] fixed: not the entire button area of the action dropdown buttons was clickable --- src/controls/ActionDropdown.tsx | 1 + 1 file changed, 1 insertion(+) 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}