diff --git a/web/app/components/workflow/skill/editor/skill-editor/plugins/file-picker-panel.tsx b/web/app/components/workflow/skill/editor/skill-editor/plugins/file-picker-panel.tsx index c6e2179db9..4a94c63c9f 100644 --- a/web/app/components/workflow/skill/editor/skill-editor/plugins/file-picker-panel.tsx +++ b/web/app/components/workflow/skill/editor/skill-editor/plugins/file-picker-panel.tsx @@ -181,7 +181,7 @@ const FilePickerPanel = ({ ref={containerRef} className={cn( 'max-h-[250px] px-2 pb-2', - !showHeader && 'max-h-[34vh] min-h-[34vh] pt-1', + !showHeader && 'pt-1', contentClassName, )} >