From 3befdf908ef613e207974a8bd2ead99a6a1b70cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Mon, 27 Jul 2026 07:37:56 -0600 Subject: [PATCH] feat[frontend](soar): add bottom space (padding) to avoid socai overlapping on interactive console --- frontend/src/features/soar/pages/InteractiveConsolePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/soar/pages/InteractiveConsolePage.tsx b/frontend/src/features/soar/pages/InteractiveConsolePage.tsx index 61b4237a6..c7a7cf732 100644 --- a/frontend/src/features/soar/pages/InteractiveConsolePage.tsx +++ b/frontend/src/features/soar/pages/InteractiveConsolePage.tsx @@ -56,7 +56,7 @@ export function InteractiveConsolePage() { const selectedStatus = selected ? deriveStatus(selected.lastPingAt) : null return ( -
+