Skip to content

Commit fc3b9df

Browse files
committed
Show text wrapping on deployment code blocks
1 parent 60b8c76 commit fc3b9df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/components/runs/v3/DeploymentError.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function DeploymentError({ errorData }: DeploymentErrorProps) {
1818
showLineNumbers={false}
1919
code={errorData.stack}
2020
maxLines={20}
21+
showTextWrapping
2122
/>
2223
)}
2324
{errorData.stderr && (
@@ -28,6 +29,7 @@ export function DeploymentError({ errorData }: DeploymentErrorProps) {
2829
showLineNumbers={false}
2930
code={errorData.stderr}
3031
maxLines={20}
32+
showTextWrapping
3133
/>
3234
</>
3335
)}

0 commit comments

Comments
 (0)