Skip to content

Commit 42448dd

Browse files
committed
fix
1 parent 40aa61a commit 42448dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/features/dag-runs/components/dag-run-details/DAGRunOutputs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function DAGRunOutputs({
248248
<TableCell className="font-mono text-sm font-medium">
249249
{key}
250250
</TableCell>
251-
<TableCell className="font-mono text-sm text-muted-foreground break-all">
251+
<TableCell className="font-mono text-sm text-muted-foreground whitespace-normal break-words">
252252
{value}
253253
</TableCell>
254254
<TableCell>

0 commit comments

Comments
 (0)