From 9addcde553b6e65b1735063304d27725fdf333aa Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:46:19 +0530 Subject: [PATCH] fix: padding issue cycle active cycles menu (#6424) --- web/core/components/cycles/quick-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/cycles/quick-actions.tsx b/web/core/components/cycles/quick-actions.tsx index a64f6fd16..0b8e0794c 100644 --- a/web/core/components/cycles/quick-actions.tsx +++ b/web/core/components/cycles/quick-actions.tsx @@ -183,7 +183,7 @@ export const CycleQuickActions: React.FC = observer((props) => { )} - + {MENU_ITEMS.map((item) => { if (item.shouldRender === false) return null; return (