mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 00:45:53 +08:00
style: update VarPanel to use whitespace-pre-wrap for value display (#4684)
This commit is contained in:
parent
e198bc9b9a
commit
e6f6a59f3b
@ -41,7 +41,7 @@ const VarPanel: FC<Props> = ({
|
|||||||
<span className='truncate'>{label}</span>
|
<span className='truncate'>{label}</span>
|
||||||
<span className='shrink-0 opacity-60'>{'}}'}</span>
|
<span className='shrink-0 opacity-60'>{'}}'}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className='pl-2.5 break-all'>{value}</div>
|
<div className='pl-2.5 whitespace-pre-wrap'>{value}</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user