From bb0156dae9977b9b0618d1fe81dba47434bcd170 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 14 Nov 2025 14:54:00 -0800 Subject: [PATCH] fix: remove hidden breakpoint on ssh layout --- frontend/src/layouts/SshLayout/SshLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layouts/SshLayout/SshLayout.tsx b/frontend/src/layouts/SshLayout/SshLayout.tsx index 5b0d79b75..4496a76b4 100644 --- a/frontend/src/layouts/SshLayout/SshLayout.tsx +++ b/frontend/src/layouts/SshLayout/SshLayout.tsx @@ -18,7 +18,7 @@ export const SshLayout = () => { const location = useLocation(); return ( -
+