Center extension glyph margin decorations (#181517)

Fix #181479
This commit is contained in:
Joyce Er
2023-05-04 06:53:52 -07:00
committed by GitHub
parent 39b572dfae
commit 2fa219d00c
2 changed files with 6 additions and 6 deletions

View File

@@ -585,7 +585,7 @@ export const _CSS_MAP: { [prop: string]: string } = {
cursor: 'cursor:{0};',
letterSpacing: 'letter-spacing:{0};',
gutterIconPath: 'background:{0} no-repeat;',
gutterIconPath: 'background:{0} center center no-repeat;',
gutterIconSize: 'background-size:{0};',
contentText: 'content:\'{0}\';',