From 93d03f82b496ff273b5f33eed41e6aa1b225060d Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:58:00 +0530 Subject: [PATCH] chore: spreadsheet layout improvement (#2677) * style: spreadsheet column width fix * style: spreadsheet label column styling * chore: spreadsheet layout issue properties improvement * fix: build error --- .../issue-layouts/properties/estimates.tsx | 2 +- .../issue-layouts/properties/labels.tsx | 6 +-- .../spreadsheet/columns/attachment-column.tsx | 2 +- .../spreadsheet/columns/due-date-column.tsx | 3 +- .../spreadsheet/columns/label-column.tsx | 2 +- .../spreadsheet/columns/link-column.tsx | 2 +- .../spreadsheet/columns/start-date-column.tsx | 3 +- .../spreadsheet/columns/sub-issue-column.tsx | 2 +- .../spreadsheet/spreadsheet-column.tsx | 2 +- .../issues/view-select/due-date.tsx | 40 ++++++++++++++++--- .../issues/view-select/start-date.tsx | 33 ++++++++++++--- web/components/ui/datepicker.tsx | 3 ++ 12 files changed, 77 insertions(+), 23 deletions(-) diff --git a/web/components/issues/issue-layouts/properties/estimates.tsx b/web/components/issues/issue-layouts/properties/estimates.tsx index 573738975..77b5a79b3 100644 --- a/web/components/issues/issue-layouts/properties/estimates.tsx +++ b/web/components/issues/issue-layouts/properties/estimates.tsx @@ -110,7 +110,7 @@ export const IssuePropertyEstimates: React.FC = observe