From c57cf9937805ae759b72d4e4fe63840781aa1b07 Mon Sep 17 00:00:00 2001 From: David Hu Date: Sun, 23 Aug 2026 13:24:12 -0700 Subject: [PATCH] fix(web): align project menu labels --- apps/web/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 971ead810f07..a0634ea4942a 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -3521,7 +3521,7 @@ export default function Sidebar() { environmentId={project.environmentId} cwd={project.workspaceRoot} faviconPath={project.faviconPath} - className="size-4 shrink-0" + className="-mx-0.5 size-4 shrink-0" /> {project.displayName}