Skip to content

Commit bc68bd2

Browse files
committed
Use monospace font for overloads
From microsoft#84682 This prevents slight shifting of the parameter hints box while going through the overloads
1 parent 5a84679 commit bc68bd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/contrib/parameterHints/parameterHints.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
height: 12px;
9696
line-height: 12px;
9797
opacity: 0.5;
98+
font-family: var(--monaco-monospace-font);
9899
}
99100

100101
.monaco-editor .parameter-hints-widget .signature .parameter.active {

0 commit comments

Comments
 (0)