fix: constrain rag pipeline datasource selector width

This commit is contained in:
lyzno1 2025-10-22 11:56:13 +08:00
parent 28fe58f3dd
commit f179b03d6e
No known key found for this signature in database

View File

@ -92,10 +92,10 @@ const DataSources = ({
}, [searchText, enable_marketplace])
return (
<div className={cn('min-w-[400px] max-w-[500px]', className)}>
<div className={cn('w-[400px] min-w-0 max-w-full', className)}>
<div
ref={wrapElemRef}
className='max-h-[464px] overflow-y-auto'
className='max-h-[464px] overflow-y-auto overflow-x-hidden'
onScroll={pluginRef.current?.handleScroll}
>
<Tools