fix: remove unnecessary min-width css style from AllTools and Blocks components (#29810)
This commit is contained in:
@@ -204,7 +204,7 @@ const AllTools = ({
|
||||
}, [onSelect])
|
||||
|
||||
return (
|
||||
<div className={cn('min-w-[400px] max-w-[500px]', className)}>
|
||||
<div className={cn('max-w-[500px]', className)}>
|
||||
<div className='flex items-center justify-between border-b border-divider-subtle px-3'>
|
||||
<div className='flex h-8 items-center space-x-1'>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user