From 9cbbecb32c2b3b6fd6bd666e7f8cbc8d0fa48963 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:49:59 +0200 Subject: [PATCH] ui(debug): increase debug logs height from max-h-96 to max-h-192 (2x taller) --- src/components/Debug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 4f43225a..d0574ccc 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -342,7 +342,7 @@ const Debug: React.FC = () => {

Debug Logs

Recent bunker logs:
-
+
{logs.length === 0 ? (
No logs yet
) : (