style(web): widen runs empty-state to max-w-xl

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-30 08:10:24 -04:00
parent 118ce83966
commit b3cabca8d3
No known key found for this signature in database

View file

@ -606,7 +606,7 @@ function RunsLandingEmpty({
const quickStartCommands = runsQuickStartCommands(hasGitHubAuth, serverUrl);
return (
<div className="mt-4 flex flex-col items-center">
<div className="w-full max-w-lg space-y-5">
<div className="w-full max-w-xl space-y-5">
<p className="text-center text-sm text-fg-muted">
Your runs will appear here.
</p>