Skip to content

Commit

Permalink
EventStream: fix for overlapping error text
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jun 16, 2022
1 parent 53b7873 commit b3d83fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const EventsView: React.FC<{
let display
if (event.status === EventStatus.Error) {
display = (
<div className="font-monospace flex justify-center items-center text-error">
<div className="font-monospace flex justify-center items-center text-error break-all">
{JSON.stringify(event.resultJson)} (error)
</div>
)
Expand Down

0 comments on commit b3d83fd

Please sign in to comment.