Skip to content

Commit f5676cb

Browse files
committed
Fixed changed default setting
1 parent b8ffd68 commit f5676cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configurationManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ export class ConfigurationManager implements vscode.Disposable {
266266
'margin': '0px'
267267
},
268268
'.bg': {
269-
'display': 'inline-block'
269+
'display': 'inline-block',
270+
'padding': '0.1em'
270271
},
271272
'@keyframes blink-animation': {
272273
'50%': {

0 commit comments

Comments
 (0)