forked from github/plane
style: issue due date selector width fix (#1033)
This commit is contained in:
parent
a1d7a4ea55
commit
34f4580b94
@ -22,7 +22,7 @@ export const ViewDueDateSelect: React.FC<Props> = ({ issue, partialUpdateIssue,
|
|||||||
return (
|
return (
|
||||||
<Tooltip tooltipHeading="Due Date" tooltipContent={issue.target_date ?? "N/A"}>
|
<Tooltip tooltipHeading="Due Date" tooltipContent={issue.target_date ?? "N/A"}>
|
||||||
<div
|
<div
|
||||||
className={`group relative ${
|
className={`group relative max-w-[6.5rem] ${
|
||||||
issue.target_date === null
|
issue.target_date === null
|
||||||
? ""
|
? ""
|
||||||
: issue.target_date < new Date().toISOString()
|
: issue.target_date < new Date().toISOString()
|
||||||
|
Loading…
Reference in New Issue
Block a user