From d17debf80c31434123c5dbf80e362193bc76ca22 Mon Sep 17 00:00:00 2001 From: Brent O'Neill Date: Wed, 1 Oct 2025 13:06:39 -0600 Subject: [PATCH] fix width --- frontend/src/components/layout-wrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout-wrapper.tsx b/frontend/src/components/layout-wrapper.tsx index c22db0d0..6820c117 100644 --- a/frontend/src/components/layout-wrapper.tsx +++ b/frontend/src/components/layout-wrapper.tsx @@ -150,7 +150,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) {
{children}