From 56d4e2543190d2e9df98e0a3bab7c15330cd27f6 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:47:07 +0530 Subject: [PATCH] fix: project list view dropdown placement (#4026) --- web/components/dropdowns/module/index.tsx | 2 +- .../issues/issue-layouts/properties/all-properties.tsx | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/components/dropdowns/module/index.tsx b/web/components/dropdowns/module/index.tsx index 89e6a8217..5b7df2f23 100644 --- a/web/components/dropdowns/module/index.tsx +++ b/web/components/dropdowns/module/index.tsx @@ -73,7 +73,7 @@ const ButtonContent: React.FC = (props) => { return ( <> {showCount ? ( -
+
{!hideIcon && }
{value.length > 0 diff --git a/web/components/issues/issue-layouts/properties/all-properties.tsx b/web/components/issues/issue-layouts/properties/all-properties.tsx index 190d4a3fc..e62fbd54e 100644 --- a/web/components/issues/issue-layouts/properties/all-properties.tsx +++ b/web/components/issues/issue-layouts/properties/all-properties.tsx @@ -257,8 +257,9 @@ export const IssueProperties: React.FC = observer((props) => { {/* basic properties */} {/* state */} -
+
= observer((props) => {
= observer((props) => { {/* cycles */} -
+