fix: issue title resizing fix (#300)
* fix: issue title resizing fix * fix: header ui fix and invalid date label updated
This commit is contained in:
parent
c979599e53
commit
fcb932dc5d
3 changed files with 7 additions and 21 deletions
|
|
@ -89,9 +89,7 @@ export const SingleModuleCard: React.FC<Props> = ({ module }) => {
|
|||
<h6 className="text-gray-500">END DATE</h6>
|
||||
<div className="flex w-min cursor-pointer items-center gap-1 whitespace-nowrap rounded border px-1.5 py-0.5 text-xs shadow-sm">
|
||||
<CalendarDaysIcon className="h-3 w-3" />
|
||||
{module.target_date
|
||||
? renderShortNumericDateFormat(module?.target_date)
|
||||
: "Invalid"}
|
||||
{module.target_date ? renderShortNumericDateFormat(module?.target_date) : "N/A"}
|
||||
</div>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue