Explorar el Código

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

tags/0.3.9
Joel hace 2 años
padre
commit
20514ff288
No account linked to committer's email address
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      web/app/components/app/text-generate/item/index.tsx

+ 5
- 1
web/app/components/app/text-generate/item/index.tsx Ver fichero

@@ -184,7 +184,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({
{taskId}
</div>)
}
<Markdown content={content} />
<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'>

Cargando…
Cancelar
Guardar