mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:02:41 +08:00
chore: fix tooltip not to the right place
This commit is contained in:
@@ -64,7 +64,7 @@ const InfoGroup: FC<Props> = ({
|
||||
<div className={cn('text-text-secondary', uppercaseTitle ? 'system-xs-semibold-uppercase' : 'system-md-semibold')}>{title}</div>
|
||||
{titleTooltip && (
|
||||
<Tooltip popupContent={<div className='max-w-[240px]'>{titleTooltip}</div>}>
|
||||
<RiQuestionLine className='size-3.5 text-text-tertiary' />
|
||||
<div><RiQuestionLine className='size-3.5 text-text-tertiary' /></div>
|
||||
</Tooltip>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user