diff --git a/src/components/BlindboxPlan.tsx b/src/components/BlindboxPlan.tsx index 429affd..0204ec2 100644 --- a/src/components/BlindboxPlan.tsx +++ b/src/components/BlindboxPlan.tsx @@ -197,13 +197,13 @@ function SortablePlanItem({ id, item, canEdit, onEdit }: SortablePlanItemProps) }; return ( -
-
+
+
-
-
+
+
{canEdit && ( )} - {item.time} + {item.time}

{item.activity}

-
+
{item.poi}
{item.address && ( -

{item.address}

+

{item.address}

)} -
+
{formatDuration(item.duration)} @@ -245,7 +245,7 @@ function SortablePlanItem({ id, item, canEdit, onEdit }: SortablePlanItemProps) )}
{item.reason && ( -

+

{item.reason}

)} @@ -434,13 +434,13 @@ export default function BlindboxPlan({ -
+