mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
chore: fix chunk detail spacing
This commit is contained in:
@@ -38,7 +38,7 @@ const ChunkDetailModal: FC<Props> = ({
|
||||
onClose={onHide}
|
||||
className={cn(isParentChildRetrieval ? '!min-w-[1200px]' : '!min-w-[720px]')}
|
||||
>
|
||||
<div className='mt-4 flex pb-6'>
|
||||
<div className='mt-4 flex'>
|
||||
<div>
|
||||
{/* Meta info */}
|
||||
<div className='flex justify-between items-center'>
|
||||
|
||||
Reference in New Issue
Block a user