diff --git a/apps/sim/app/(landing)/components/footer/components/status-indicator.tsx b/apps/sim/app/(landing)/components/footer/components/status-indicator.tsx index 2e17d97631..36beae40a6 100644 --- a/apps/sim/app/(landing)/components/footer/components/status-indicator.tsx +++ b/apps/sim/app/(landing)/components/footer/components/status-indicator.tsx @@ -59,7 +59,7 @@ export default function StatusIndicator() { href={statusUrl} target='_blank' rel='noopener noreferrer' - className={`flex items-center gap-[6px] whitespace-nowrap text-[12px] transition-colors ${STATUS_COLORS[status]}`} + className={`flex min-w-[165px] items-center gap-[6px] whitespace-nowrap text-[12px] transition-colors ${STATUS_COLORS[status]}`} aria-label={`System status: ${message}`} >