fix: remove unnecessary min-width css style from AllTools and Blocks components (#29810)
This commit is contained in:
@@ -134,7 +134,7 @@ const Blocks = ({
|
||||
}, [groups, onSelect, t, store])
|
||||
|
||||
return (
|
||||
<div className='max-h-[480px] min-w-[400px] max-w-[500px] overflow-y-auto p-1'>
|
||||
<div className='max-h-[480px] max-w-[500px] overflow-y-auto p-1'>
|
||||
{
|
||||
isEmpty && (
|
||||
<div className='flex h-[22px] items-center px-3 text-xs font-medium text-text-tertiary'>{t('workflow.tabs.noResult')}</div>
|
||||
|
||||
Reference in New Issue
Block a user