From e9cf4d18ba09ad5456459c6e2f078d14dc14decc Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:10:50 +0530 Subject: [PATCH] [WEB-4268] fix: quick action dropdown overflow issue in initiatives item #3345 --- .../epics/epic-list-item/root.tsx | 14 ++++++++++++-- .../projects/project-list-item/index.tsx | 11 ++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/web/ee/components/initiatives/details/main/collapsible-section/epics/epic-list-item/root.tsx b/web/ee/components/initiatives/details/main/collapsible-section/epics/epic-list-item/root.tsx index 1eb73d9561..99215329f1 100644 --- a/web/ee/components/initiatives/details/main/collapsible-section/epics/epic-list-item/root.tsx +++ b/web/ee/components/initiatives/details/main/collapsible-section/epics/epic-list-item/root.tsx @@ -109,7 +109,17 @@ export const EpicListItem: React.FC = observer((props) => { } quickActionElement={ -
+
+ +
+ } + actionableItems={ + <> = observer((props) => { disabled={disabled} />
- + } itemClassName="overflow-visible" isMobile={isMobile} diff --git a/web/ee/components/initiatives/details/main/collapsible-section/projects/project-list-item/index.tsx b/web/ee/components/initiatives/details/main/collapsible-section/projects/project-list-item/index.tsx index 1a2530712d..a7fa80c515 100644 --- a/web/ee/components/initiatives/details/main/collapsible-section/projects/project-list-item/index.tsx +++ b/web/ee/components/initiatives/details/main/collapsible-section/projects/project-list-item/index.tsx @@ -66,7 +66,12 @@ export const ProjectItem = observer((props: Props) => { } quickActionElement={ -
+
+ +
+ } + actionableItems={ + <> { date: isProjectGroupingEnabled, }} /> -
+
-
+ } itemClassName="overflow-visible" isMobile={isMobile}