From 074e35525c2b77c091d6eace16071a13dc9758ae Mon Sep 17 00:00:00 2001 From: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:59:46 +0530 Subject: [PATCH] fix: spreadsheet layout bugs (#3016) * fix: date picker z visibility * fix: typo in empty issue screen * fix: spread sheet column rightmost border --- web/components/issues/issue-layouts/empty-states/project.tsx | 2 +- .../issues/issue-layouts/spreadsheet/spreadsheet-column.tsx | 2 +- .../issues/issue-layouts/spreadsheet/spreadsheet-view.tsx | 1 + web/components/issues/view-select/due-date.tsx | 2 +- web/components/issues/view-select/start-date.tsx | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/components/issues/issue-layouts/empty-states/project.tsx b/web/components/issues/issue-layouts/empty-states/project.tsx index 4c6700b02..85a0b36c0 100644 --- a/web/components/issues/issue-layouts/empty-states/project.tsx +++ b/web/components/issues/issue-layouts/empty-states/project.tsx @@ -18,7 +18,7 @@ export const ProjectEmptyState: React.FC = observer(() => {
= (props) => { const propertyDetails = SPREADSHEET_PROPERTY_DETAILS[property]; return ( -
+
= observer((props) => {
)} +
{/* empty div to show right most border */}
diff --git a/web/components/issues/view-select/due-date.tsx b/web/components/issues/view-select/due-date.tsx index 9e409e80b..216279dad 100644 --- a/web/components/issues/view-select/due-date.tsx +++ b/web/components/issues/view-select/due-date.tsx @@ -47,7 +47,7 @@ export const ViewDueDateSelect: React.FC = ({ position={tooltipPosition} >
= ({ tooltipContent={issue.start_date ? renderShortDateWithYearFormat(issue.start_date) ?? "N/A" : "N/A"} position={tooltipPosition} > -
+