Enable text to wrap within error boundary stacks

This commit is contained in:
Brian Vaughn
2019-04-11 18:29:06 -07:00
parent f32b65d7b0
commit 3ea5fac959
+1 -1
View File
@@ -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%);