From 6774eddb6693e88f6f3ac010b295ec17fbb86ce8 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:10:21 +0530 Subject: [PATCH] style: sidebar select date width (#1859) --- apps/app/components/issues/sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/components/issues/sidebar.tsx b/apps/app/components/issues/sidebar.tsx index 56cd0bdf4..c396750e5 100644 --- a/apps/app/components/issues/sidebar.tsx +++ b/apps/app/components/issues/sidebar.tsx @@ -396,7 +396,7 @@ export const IssueDetailsSidebar: React.FC = ({ start_date: val, }) } - className="bg-custom-background-90" + className="bg-custom-background-90 w-full" maxDate={maxDate ?? undefined} disabled={isNotAllowed || uneditable} /> @@ -424,7 +424,7 @@ export const IssueDetailsSidebar: React.FC = ({ target_date: val, }) } - className="bg-custom-background-90" + className="bg-custom-background-90 w-full" minDate={minDate ?? undefined} disabled={isNotAllowed || uneditable} />