mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
fix: table too wide fix text generation ui (#566)
This commit is contained in:
parent
381d255290
commit
20514ff288
|
@ -184,7 +184,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({
|
|||
{taskId}
|
||||
</div>)
|
||||
}
|
||||
<div className='flex'>
|
||||
<div className='grow w-0'>
|
||||
<Markdown content={content} />
|
||||
</div>
|
||||
</div>
|
||||
{messageId && (
|
||||
<div className='flex items-center justify-between mt-3'>
|
||||
<div className='flex items-center'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user