From b3cabca8d39fc99c2c35392a0a9f635e8fdd1a73 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 30 Apr 2026 08:10:24 -0400 Subject: [PATCH] style(web): widen runs empty-state to max-w-xl Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fabro-web/app/routes/runs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fabro-web/app/routes/runs.tsx b/apps/fabro-web/app/routes/runs.tsx index 056c75bd1..dfc088e43 100644 --- a/apps/fabro-web/app/routes/runs.tsx +++ b/apps/fabro-web/app/routes/runs.tsx @@ -606,7 +606,7 @@ function RunsLandingEmpty({ const quickStartCommands = runsQuickStartCommands(hasGitHubAuth, serverUrl); return (
-
+

Your runs will appear here.