summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/ErrorStepContainer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/components/ErrorStepContainer.tsx')
-rw-r--r--extension/react-app/src/components/ErrorStepContainer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ErrorStepContainer.tsx b/extension/react-app/src/components/ErrorStepContainer.tsx
index 666780c5..07c0a046 100644
--- a/extension/react-app/src/components/ErrorStepContainer.tsx
+++ b/extension/react-app/src/components/ErrorStepContainer.tsx
@@ -42,7 +42,7 @@ function ErrorStepContainer(props: ErrorStepContainerProps) {
</HeaderButtonWithText>
</div>
<Div>
- <pre className="overflow-x-scroll">
+ <pre style={{ whiteSpace: "pre-wrap", wordWrap: "break-word" }}>
{props.historyNode.observation?.error as string}
</pre>
</Div>