mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
style: update VarPanel to use whitespace-pre-wrap for value display (#4684)
This commit is contained in:
@@ -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>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user