From d591a241290bb3cd40d55ebdac95febb5ab866d7 Mon Sep 17 00:00:00 2001 From: CactusBlue Date: Tue, 28 Jan 2025 18:36:28 -0800 Subject: [PATCH] adjust sidebar layout for minimum width (#404) --- .gitignore | 2 +- .../(main)/(protected)/projects/[projectId]/sidebar-layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a4662cdb..da056affc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.untracked *.untracked.* - +node-compile-cache/ *.cpuprofile diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx index 58d356303..65172fbeb 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx @@ -382,7 +382,7 @@ export default function SidebarLayout(props: { projectId: string, children?: Rea return (
-
+