Fix font size for inline codeblocks

Part of #146183
This commit is contained in:
Alex Ross
2022-03-30 16:14:56 +02:00
parent 4633aa5ed5
commit 65bb95bdde
@@ -311,7 +311,6 @@ export class CommentThreadWidget<T extends IRange | ICellRange = IRange> extends
content.push(`.review-widget .body code {
font-family: var(${fontFamilyVar});
font-weight: var(${fontWeightVar});
font-size: var(${fontSizeVar});
}`);
this._styleElement.textContent = content.join('\n');