From 4c12e82d94a46d3ba6cfceb3b4055ad5f95c8c8c Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Thu, 9 Nov 2023 17:53:39 +0530 Subject: [PATCH] fix: date select tooltip fix --- .../issues/issue-layouts/properties/date.tsx | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/web/components/issues/issue-layouts/properties/date.tsx b/web/components/issues/issue-layouts/properties/date.tsx index f39741e1905..1ba4dbaaa54 100644 --- a/web/components/issues/issue-layouts/properties/date.tsx +++ b/web/components/issues/issue-layouts/properties/date.tsx @@ -46,24 +46,25 @@ export const IssuePropertyDate: React.FC = observer((props) disabled ? "cursor-not-allowed text-custom-text-200" : "cursor-pointer hover:bg-custom-background-80" }`} > - -
- - {value && ( - <> +
+ + {value && ( + <> +
{value}
-
{ - if (onChange) onChange(null); - }} - > - -
- - )} -
- + + +
{ + if (onChange) onChange(null); + }} + > + +
+ + )} +