mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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:
parent
118ce83966
commit
b3cabca8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue