diff --git a/src/pages/Schedules.tsx b/src/pages/Schedules.tsx index 8d7e588..f2c4f7e 100644 --- a/src/pages/Schedules.tsx +++ b/src/pages/Schedules.tsx @@ -224,8 +224,11 @@ function TaskCard({ className="p-2 border-b border-divider" > + {/* The name column is the only one allowed to shrink (it truncates); + the run chips and action buttons keep their natural width so the + buttons stay pinned to the right edge whatever the labels say. */}
-
+
)} -
-

+

+

{task.name || 'Untitled Schedule'}

-
+
{buildReadablePath(source, 'short')} {'→'}{' '} {'destination' in task.args ? buildReadablePath(task.args.destination, 'short') @@ -273,7 +276,7 @@ function TaskCard({
-
+
Next run

-
+