chore: bump version to 3.0.3 in package.json and update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (#467)
This commit is contained in:
committed by
GitHub
parent
5dc5ee8f08
commit
cc3eb5c554
@@ -7,7 +7,7 @@ export function DevToolLayout(props: React.PropsWithChildren) {
|
||||
<SidebarProvider>
|
||||
<DevToolSidebar />
|
||||
|
||||
<SidebarInset className="px-4">{props.children}</SidebarInset>
|
||||
<SidebarInset>{props.children}</SidebarInset>
|
||||
</SidebarProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user