mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 02:07:50 +08:00
fix: not config tag overflow
This commit is contained in:
@ -94,7 +94,7 @@ const MCPCard = ({
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex items-center gap-1 rounded-b-xl pb-2.5 pl-4 pr-2.5 pt-1.5'>
|
||||
<div className='flex grow items-center gap-2'>
|
||||
<div className='flex w-0 grow items-center gap-2'>
|
||||
<div className='flex items-center gap-1'>
|
||||
<RiHammerFill className='h-3 w-3 shrink-0 text-text-quaternary' />
|
||||
{data.tools.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user