From 3ea5fac959f863336a437dcaae0d465acf2a83ad Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 11 Apr 2019 18:29:06 -0700 Subject: [PATCH] Enable text to wrap within error boundary stacks --- src/devtools/views/ErrorBoundary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/ErrorBoundary.css b/src/devtools/views/ErrorBoundary.css index eae6299fd7..8a4b506c85 100644 --- a/src/devtools/views/ErrorBoundary.css +++ b/src/devtools/views/ErrorBoundary.css @@ -14,7 +14,7 @@ .Stack { margin-top: 0.5rem; - white-space: pre; + white-space: pre-wrap; font-family: var(--font-family-monospace); font-size: var(--font-size-monospace-small); background-color: hsl(0, 100%, 97%);