Skip to content

Commit

Permalink
fix: padding issue cycle active cycles menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikrishnamathala committed Jan 17, 2025
1 parent 62dd808 commit 3475053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/components/cycles/quick-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const CycleQuickActions: React.FC<Props> = observer((props) => {
</div>
)}
<ContextMenu parentRef={parentRef} items={MENU_ITEMS} />
<CustomMenu ellipsis placement="bottom-end" closeOnSelect>
<CustomMenu ellipsis placement="bottom-end" closeOnSelect maxHeight="lg">
{MENU_ITEMS.map((item) => {
if (item.shouldRender === false) return null;
return (
Expand Down

0 comments on commit 3475053

Please sign in to comment.