diff --git a/platform/ui-next/src/components/PanelSection/PanelSection.tsx b/platform/ui-next/src/components/PanelSection/PanelSection.tsx index b37c3a54d..b6c2d8f1d 100644 --- a/platform/ui-next/src/components/PanelSection/PanelSection.tsx +++ b/platform/ui-next/src/components/PanelSection/PanelSection.tsx @@ -34,7 +34,7 @@ export const PanelSection: React.FC & { type="single" collapsible defaultValue={defaultOpen ? 'item' : undefined} - className={cn('overflow-hidden', className)} + className={cn('flex-shrink-0 overflow-hidden', className)} > - +