mirror of https://github.com/langgenius/dify.git
fix: chunk detail modal answer not wrap line (#25203)
Co-authored-by: lijiezhao <lijiezhao@perfect99.com>
This commit is contained in:
parent
4966e4e1fb
commit
64e338133c
|
|
@ -66,7 +66,7 @@ const ChunkDetailModal: FC<Props> = ({
|
|||
/>
|
||||
)}
|
||||
{answer && (
|
||||
<div>
|
||||
<div className='break-all'>
|
||||
<div className='flex gap-x-1'>
|
||||
<div className='w-4 shrink-0 text-[13px] font-medium leading-[20px] text-text-tertiary'>Q</div>
|
||||
<div className={cn('body-md-regular line-clamp-20 text-text-secondary')}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue