From d7f87ce0bdb22860c21ecf5b55b52175d4673a43 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:14:10 +0000 Subject: [PATCH] Fix main content width shrinking to narrow column Co-authored-by: ChrisChrome <28414320+ChrisChrome@users.noreply.github.com> --- frontend/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/css/main.css b/frontend/css/main.css index 9c1fe2f..45dc075 100644 --- a/frontend/css/main.css +++ b/frontend/css/main.css @@ -299,6 +299,7 @@ body { shifting the whole dashboard layout out of alignment with the sidebar. */ .main-wrapper { margin-left: var(--sidebar-width); + flex: 1; display: flex; flex-direction: column; height: 100vh;