Skip to content

Commit

Permalink
style: update VarPanel to use whitespace-pre-wrap for value display (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzuodong authored May 28, 2024
1 parent e198bc9 commit e6f6a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/log/var-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const VarPanel: FC<Props> = ({
<span className='truncate'>{label}</span>
<span className='shrink-0 opacity-60'>{'}}'}</span>
</div>
<div className='pl-2.5 break-all'>{value}</div>
<div className='pl-2.5 whitespace-pre-wrap'>{value}</div>
</div>
))}

Expand Down

0 comments on commit e6f6a59

Please sign in to comment.