Add flex layout to LogsSection container

This commit is contained in:
Chris Wanstrath 2026-02-26 19:59:37 -08:00
parent 45b1903e6b
commit 9bce15b871

View File

@ -65,7 +65,6 @@ export const GaugeValue = define('GaugeValue', {
// Unified Logs Section // Unified Logs Section
export const LogsSection = define('LogsSection', { export const LogsSection = define('LogsSection', {
width: '100%', width: '100%',
maxWidth: 800,
flex: 1, flex: 1,
minHeight: 0, minHeight: 0,
display: 'flex', display: 'flex',