fix(ui): flex-wrap for cron and shell type

This commit is contained in:
Tam Nguyen
2025-08-31 10:27:12 +10:00
parent 468feaa092
commit a2841fdd30

View File

@@ -109,7 +109,7 @@ export const ShowSchedules = ({ id, scheduleType = "application" }: Props) => {
{schedule.enabled ? "Enabled" : "Disabled"}
</Badge>
</div>
<div className="flex items-center gap-2 text-sm text-muted-foreground">
<div className="flex items-center gap-2 text-sm text-muted-foreground flex-wrap">
<Badge
variant="outline"
className="font-mono text-[10px] bg-transparent"