mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
chore: fix chunk detail spacing
This commit is contained in:
parent
4ef876db23
commit
39452274f8
@ -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'>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user