From fb577b1fcbc1ed200aa9ca1150ae6faff7447d4c Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 9 May 2026 17:12:47 -0400 Subject: [PATCH] fix(web): add bottom padding inside terminal frame Give the terminal wrapper pb-3 so the active console no longer hugs the bottom edge of the bordered frame. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fabro-web/app/routes/run-terminal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fabro-web/app/routes/run-terminal.tsx b/apps/fabro-web/app/routes/run-terminal.tsx index 37b43c81a..de467ad81 100644 --- a/apps/fabro-web/app/routes/run-terminal.tsx +++ b/apps/fabro-web/app/routes/run-terminal.tsx @@ -363,7 +363,7 @@ export default function RunTerminal({ params }: { params: { id: string } }) {

) : null}