Skip to content

Commit 3191b31

Browse files
authored
fix: set ErrorBoundary max width (#1221)
1 parent 217d77b commit 3191b31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/components/ErrorBoundary/ErrorBoundary.scss

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
&__error-details {
2828
padding: 13px 18px;
2929

30+
white-space: pre-wrap;
31+
3032
border: 1px solid var(--g-color-line-generic);
3133
background-color: var(--g-color-base-generic-ultralight);
3234
}

0 commit comments

Comments
 (0)