Compare commits

...

1 Commits
v2.0.3 ... nit

Author SHA1 Message Date
pablodanswer
c68602f456 specifically apply flex none to in progress! 2024-11-10 18:43:22 -08:00

View File

@@ -68,7 +68,7 @@ export function IndexAttemptStatus({
);
} else if (status === "in_progress") {
badge = (
<Badge variant="in_progress" icon={FiClock}>
<Badge className="flex-none" variant="in_progress" icon={FiClock}>
In Progress
</Badge>
);