Unverified Commit 20514ff2 authored by Joel's avatar Joel Committed by GitHub

fix: table too wide fix text generation ui (#566)

parent 381d2552
...@@ -184,7 +184,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({ ...@@ -184,7 +184,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({
{taskId} {taskId}
</div>) </div>)
} }
<div className='flex'>
<div className='grow w-0'>
<Markdown content={content} /> <Markdown content={content} />
</div>
</div>
{messageId && ( {messageId && (
<div className='flex items-center justify-between mt-3'> <div className='flex items-center justify-between mt-3'>
<div className='flex items-center'> <div className='flex items-center'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment