From 6efb2b40d1002047c8bc60e6aaeef3c88b1faca9 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:24:18 +0530 Subject: [PATCH] fix: active cycle menu overflow (#2161) --- web/ee/components/cycles/active-cycle/progress-header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/ee/components/cycles/active-cycle/progress-header.tsx b/web/ee/components/cycles/active-cycle/progress-header.tsx index c3519965a8..50356d4db8 100644 --- a/web/ee/components/cycles/active-cycle/progress-header.tsx +++ b/web/ee/components/cycles/active-cycle/progress-header.tsx @@ -49,13 +49,13 @@ export const CycleProgressHeader: FC = (props: Props) => { onClick={handleControlLinkClick} href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycleDetails.id}`} > -
-
+
+
{progress === null && } {progress && ( )} -
+
Currently active cycle
@@ -75,7 +75,7 @@ export const CycleProgressHeader: FC = (props: Props) => {
-
+