fix: changed width of sidebar to be consistent across application (#4759)

Changed width of sidebar to be 280
This commit is contained in:
Lucas Oliveira
2024-11-21 14:45:34 -03:00
committed by GitHub
parent e728e40561
commit c08d237e14

View File

@ -57,7 +57,7 @@ export default function CollectionPage(): JSX.Element {
};
return (
<SidebarProvider>
<SidebarProvider width="280px">
{flows &&
examples &&
folders &&