From 77c73fe3e6e9b3ce5fa3af744e4bd3858f91f0f4 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 28 Mar 2026 14:25:20 +0100 Subject: [PATCH] fix(ui): use display:contents on sidebar wrapper to preserve flex layout --- ui/src/components/LayoutShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/LayoutShell.tsx b/ui/src/components/LayoutShell.tsx index d5f626eb..e0a6b62a 100644 --- a/ui/src/components/LayoutShell.tsx +++ b/ui/src/components/LayoutShell.tsx @@ -229,7 +229,7 @@ function LayoutContent() { return ( +
}