From c08d237e14a8fafc2673e2f088c8a02ab33a8289 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:45:34 -0300 Subject: [PATCH] fix: changed width of sidebar to be consistent across application (#4759) Changed width of sidebar to be 280 --- src/frontend/src/pages/MainPage/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/MainPage/pages/index.tsx b/src/frontend/src/pages/MainPage/pages/index.tsx index 8657cd9dd..baf0fca98 100644 --- a/src/frontend/src/pages/MainPage/pages/index.tsx +++ b/src/frontend/src/pages/MainPage/pages/index.tsx @@ -57,7 +57,7 @@ export default function CollectionPage(): JSX.Element { }; return ( - + {flows && examples && folders &&