From 3475053b25fe876fd00efa0b99052f5ed0899c17 Mon Sep 17 00:00:00 2001 From: Vamsi krishna Date: Fri, 17 Jan 2025 18:51:01 +0530 Subject: [PATCH] fix: padding issue cycle active cycles menu --- 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 a64f6fd16db..0b8e0794c10 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 (