diff --git a/web/workspace/src/routes/+layout.svelte b/web/workspace/src/routes/+layout.svelte index b757d431..52b2cd22 100644 --- a/web/workspace/src/routes/+layout.svelte +++ b/web/workspace/src/routes/+layout.svelte @@ -126,6 +126,9 @@ gap: var(--space-6); min-width: 0; min-height: 0; + width: 100%; + max-width: 720px; + margin-inline: auto; overflow-y: auto; padding: var(--space-6); }