mirror of
https://github.com/langgenius/dify.git
synced 2025-12-26 09:32:17 +00:00
fix: enhance layout and tooltip handling in Actions component
This commit is contained in:
parent
cb8fab7364
commit
3e5772c50c
@ -41,7 +41,7 @@ const Actions = ({
|
||||
}, [showSelect, selectedOptions, totalOptions])
|
||||
|
||||
return (
|
||||
<div className='flex items-center gap-x-2'>
|
||||
<div className='flex items-center gap-x-2 overflow-hidden'>
|
||||
{showSelect && (
|
||||
<>
|
||||
<div className='flex shrink-0 items-center gap-x-2 py-[3px] pl-4 pr-2'>
|
||||
@ -55,7 +55,7 @@ const Actions = ({
|
||||
</span>
|
||||
</div>
|
||||
{tip && (
|
||||
<div className='system-xs-regular shrink-0 text-text-tertiary'>
|
||||
<div title={tip} className='system-xs-regular max-w-full truncate text-text-tertiary'>
|
||||
{tip}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user