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
commit c08d237e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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