From fa9ddbd3d7b1de4a919756bfde25b26abde1307b Mon Sep 17 00:00:00 2001 From: Ishaan Kothari Date: Sat, 22 Aug 2026 10:04:31 -0700 Subject: [PATCH] fix(web): give sidebar project menu rows the same side padding as other menus --- apps/web/src/components/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index af7cdc8a94a2..a8f2ea52995a 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -3515,7 +3515,7 @@ export default function Sidebar() { All projects @@ -3527,7 +3527,7 @@ export default function Sidebar() { key={scopeKey} value={scopeKey} closeOnClick - className="h-8 min-h-8 px-1 py-0 text-sm font-medium [&>span:last-child]:flex [&>span:last-child]:min-w-0 [&>span:last-child]:items-center [&>span:last-child]:gap-2" + className="h-8 min-h-8 py-0 text-sm font-medium [&>span:last-child]:flex [&>span:last-child]:min-w-0 [&>span:last-child]:items-center [&>span:last-child]:gap-2" >