Do not wrap lines for small displays

This commit is contained in:
Joe Haddad
2016-12-03 00:03:11 -05:00
parent 5aea0a955d
commit 81fce15d1a

View File

@@ -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,