mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 11:10:43 +08:00
fix: changed width of sidebar to be consistent across application (#4759)
Changed width of sidebar to be 280
This commit is contained in:
@ -57,7 +57,7 @@ export default function CollectionPage(): JSX.Element {
|
||||
};
|
||||
|
||||
return (
|
||||
<SidebarProvider>
|
||||
<SidebarProvider width="280px">
|
||||
{flows &&
|
||||
examples &&
|
||||
folders &&
|
||||
|
||||
Reference in New Issue
Block a user