Skip to content

Commit c565198

Browse files
committed
Do not break words
1 parent 58c49fb commit c565198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/crashOverlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var overlayStyle = {
227227
'white-space': 'pre-wrap',
228228
overflow: 'auto',
229229
'overflow-x': 'hidden',
230-
'word-break': 'break-all',
230+
'word-break': 'break-word',
231231
'line-height': 1.5,
232232
};
233233

0 commit comments

Comments
 (0)