We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b357174 + a2312a7 commit bc355f3Copy full SHA for bc355f3
src/js/components/DataTypes/String.js
@@ -44,7 +44,7 @@ export default class extends React.PureComponent {
44
const { collapseStringsAfterLength, theme, escapeStrings } = props
45
let { value } = props
46
const collapsible = toType(collapseStringsAfterLength) === 'integer'
47
- const style = { style: { cursor: 'default', 'word-break': 'break-all' } }
+ const style = { style: { cursor: 'default', wordBreak: 'break-all' } }
48
49
if (escapeStrings) {
50
value = escapeString(value)
0 commit comments