fix: changed width of sidebar to be consistent across application (#4759)
Changed width of sidebar to be 280
This commit is contained in:
parent
e728e40561
commit
c08d237e14
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export default function CollectionPage(): JSX.Element {
|
|||
};
|
||||
|
||||
return (
|
||||
<SidebarProvider>
|
||||
<SidebarProvider width="280px">
|
||||
{flows &&
|
||||
examples &&
|
||||
folders &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue