mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-16 02:14:50 +08:00
Do not wrap lines for small displays
This commit is contained in:
2
packages/react-dev-utils/failFast.js
vendored
2
packages/react-dev-utils/failFast.js
vendored
@@ -23,7 +23,7 @@ const overlayStyle = {
|
||||
'z-index': 1337,
|
||||
'font-family': 'Consolas, Menlo, monospace',
|
||||
color: black,
|
||||
'white-space': 'pre-wrap',
|
||||
'white-space': 'pre',
|
||||
overflow: 'auto',
|
||||
'box-shadow': '0 0 6px 0 rgba(0, 0, 0, 0.5)',
|
||||
'line-height': 1.5,
|
||||
|
||||
Reference in New Issue
Block a user