style: sidebar select date width (#1859)

This commit is contained in:
Anmol Singh Bhatia 2023-08-14 18:10:21 +05:30 committed by GitHub
parent 8ccc1b3fcc
commit 6774eddb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,7 +396,7 @@ export const IssueDetailsSidebar: React.FC<Props> = ({
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<Props> = ({
target_date: val,
})
}
className="bg-custom-background-90"
className="bg-custom-background-90 w-full"
minDate={minDate ?? undefined}
disabled={isNotAllowed || uneditable}
/>