From 7c1baa28eea963d048c03fdcce0f69970c97e40b Mon Sep 17 00:00:00 2001 From: weishu Date: Sat, 27 Dec 2025 21:34:47 +0800 Subject: [PATCH] fix: add padding to terminal container Add p-3 class to terminal page container to create spacing between the terminal and page edges, matching the padding used elsewhere on the page (header, error messages, etc.). --- web/src/routes/sessions/terminal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/sessions/terminal.tsx b/web/src/routes/sessions/terminal.tsx index 66a36f50..fa66f256 100644 --- a/web/src/routes/sessions/terminal.tsx +++ b/web/src/routes/sessions/terminal.tsx @@ -210,7 +210,7 @@ export default function TerminalPage() { ) : null}
-
+