We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40aa61a commit 42448ddCopy full SHA for 42448dd
1 file changed
ui/src/features/dag-runs/components/dag-run-details/DAGRunOutputs.tsx
@@ -248,7 +248,7 @@ function DAGRunOutputs({
248
<TableCell className="font-mono text-sm font-medium">
249
{key}
250
</TableCell>
251
- <TableCell className="font-mono text-sm text-muted-foreground break-all">
+ <TableCell className="font-mono text-sm text-muted-foreground whitespace-normal break-words">
252
{value}
253
254
<TableCell>
0 commit comments