diff --git a/client/src/components/SidePanel/SidePanel.tsx b/client/src/components/SidePanel/SidePanel.tsx index ce052309ba..0aebcfffc9 100644 --- a/client/src/components/SidePanel/SidePanel.tsx +++ b/client/src/components/SidePanel/SidePanel.tsx @@ -145,13 +145,13 @@ const SidePanel = ({ onLayout={(sizes: number[]) => throttledSaveLayout(sizes)} className="transition-width relative h-full w-full flex-1 overflow-auto bg-white dark:bg-gray-800" > - + {children} {artifacts != null && ( <> - + {artifacts} @@ -186,6 +186,7 @@ const SidePanel = ({