mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
style: sidebar select date width (#1859)
This commit is contained in:
committed by
GitHub
parent
8ccc1b3fcc
commit
6774eddb66
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user