We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fb68b commit 775ac78Copy full SHA for 775ac78
src/Shared/Components/ActionMenu/ActionMenu.component.tsx
@@ -6,6 +6,7 @@ import './actionMenu.scss'
6
const ActionMenu = ({ options, disableDescriptionEllipsis, children, onClick }: ActionMenuProps) => (
7
<PopupMenu autoClose>
8
<PopupMenu.Button isKebab rootClassName="flex left dc__no-background">
9
+ {/* TODO: fix the issue with immediate button child */}
10
{children}
11
</PopupMenu.Button>
12
<PopupMenu.Body rootClassName="dc__border mxh-300 dc__mnw-100 dc__mxw-250 dc__hide-hscroll dc__overflow-auto mt-4 mb-4">
0 commit comments