Skip to content

Commit aa4f8f2

Browse files
committed
Wrap error
1 parent 700c031 commit aa4f8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function readConf() {
108108
'.e', '{color:' + opts.error + '}' +
109109
'.o', '{color:' + opts.null + '}' +
110110
'.e', ',.b', '{font-weight:bold}' +
111-
'div.e', '{font-size:120%;margin:0 0 1em}'
111+
'div.e', '{white-space:normal;font-size:120%;margin:0 0 1em}'
112112
].join(rand)
113113

114114
if (!editor) {

0 commit comments

Comments
 (0)