Skip to content

Commit 02a1ddc

Browse files
committed
Add slight padding to overload count
Fixes microsoft#86334
1 parent a07b2fb commit 02a1ddc

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
@@ -73,6 +73,7 @@
7373

7474
.monaco-editor .parameter-hints-widget.multiple .controls {
7575
display: flex;
76+
padding: 0 2px;
7677
}
7778

7879
.monaco-editor .parameter-hints-widget.multiple .button {

0 commit comments

Comments
 (0)