Skip to content

Commit

Permalink
fix: changed width of sidebar to be consistent across application (#4759
Browse files Browse the repository at this point in the history
)

Changed width of sidebar to be 280
  • Loading branch information
lucaseduoli authored Nov 21, 2024
1 parent e728e40 commit c08d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/MainPage/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function CollectionPage(): JSX.Element {
};

return (
<SidebarProvider>
<SidebarProvider width="280px">
{flows &&
examples &&
folders &&
Expand Down

0 comments on commit c08d237

Please sign in to comment.