From 9bce15b8711a0ec653d498f4e00194a0b5744bd1 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 26 Feb 2026 19:59:37 -0800 Subject: [PATCH] Add flex layout to LogsSection container --- src/client/styles/dashboard.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/styles/dashboard.ts b/src/client/styles/dashboard.ts index d6e7e26..146aeb0 100644 --- a/src/client/styles/dashboard.ts +++ b/src/client/styles/dashboard.ts @@ -65,7 +65,6 @@ export const GaugeValue = define('GaugeValue', { // Unified Logs Section export const LogsSection = define('LogsSection', { width: '100%', - maxWidth: 800, flex: 1, minHeight: 0, display: 'flex',