mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Enable text to wrap within error boundary stacks
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user