mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: sidebar select date width (#1859)
This commit is contained in:
parent
8ccc1b3fcc
commit
6774eddb66
@ -396,7 +396,7 @@ export const IssueDetailsSidebar: React.FC<Props> = ({
|
|||||||
start_date: val,
|
start_date: val,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
className="bg-custom-background-90"
|
className="bg-custom-background-90 w-full"
|
||||||
maxDate={maxDate ?? undefined}
|
maxDate={maxDate ?? undefined}
|
||||||
disabled={isNotAllowed || uneditable}
|
disabled={isNotAllowed || uneditable}
|
||||||
/>
|
/>
|
||||||
@ -424,7 +424,7 @@ export const IssueDetailsSidebar: React.FC<Props> = ({
|
|||||||
target_date: val,
|
target_date: val,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
className="bg-custom-background-90"
|
className="bg-custom-background-90 w-full"
|
||||||
minDate={minDate ?? undefined}
|
minDate={minDate ?? undefined}
|
||||||
disabled={isNotAllowed || uneditable}
|
disabled={isNotAllowed || uneditable}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user