Skip to content

Commit c90760c

Browse files
committed
fix: update max width for action menu
1 parent 97a28e4 commit c90760c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/ActionMenu/ActionMenu.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ActionMenu = ({ options, disableDescriptionEllipsis, children, onClick }:
88
<PopupMenu.Button isKebab rootClassName="flex left dc__no-background">
99
{children}
1010
</PopupMenu.Button>
11-
<PopupMenu.Body rootClassName="dc__border mxh-300 dc__mnw-100 dc__mxw-300 dc__hide-hscroll dc__overflow-auto mt-4 mb-4">
11+
<PopupMenu.Body rootClassName="dc__border mxh-300 dc__mnw-100 dc__mxw-250 dc__hide-hscroll dc__overflow-auto mt-4 mb-4">
1212
<div className="py-4">
1313
{options.length > 0
1414
? options.map((groupOrOption) =>

0 commit comments

Comments
 (0)