diff --git a/apps/fabro-web/app/routes/run-stages.tsx b/apps/fabro-web/app/routes/run-stages.tsx index 2b01fc5f3..b23637f62 100644 --- a/apps/fabro-web/app/routes/run-stages.tsx +++ b/apps/fabro-web/app/routes/run-stages.tsx @@ -51,7 +51,7 @@ import { type EventEnvelope, } from "@qltysh/fabro-api-client"; -export const handle = { wide: true }; +export const handle = { wide: true, fullHeight: true }; type TurnType = | { kind: "system"; content: string } @@ -615,10 +615,14 @@ export default function RunStages() { const SelectedIcon = selectedConfig.icon; return ( -