Skip to content

Commit 17c51e6

Browse files
committed
fix: line break anywhere
1 parent 35588de commit 17c51e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export default (
210210
color: variables.diffViewerColor,
211211
whiteSpace: 'pre-wrap',
212212
fontFamily: 'monospace',
213+
lineBreak: 'anywhere',
213214
textDecoration: 'none',
214215
label: 'content-text',
215216
});

0 commit comments

Comments
 (0)