提交 e92b1ac3 编写于 作者: J Johannes Rieken

add some padding right to code lens, #62842

上级 76ee724e
......@@ -111,6 +111,7 @@ class CodeLensContentWidget implements editorBrowser.IContentWidget {
this._domNode.style.height = `${Math.round(lineHeight * 1.1)}px`;
this._domNode.style.lineHeight = `${lineHeight}px`;
this._domNode.style.fontSize = `${Math.round(fontInfo.fontSize * .9)}px`;
this._domNode.style.paddingRight = `${Math.round(fontInfo.fontSize * .45)}px`;
this._domNode.innerHTML = ' ';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册