Skip to content

Commit

Permalink
Merge pull request microsoft#137471 from mamphis/multiple_codicons_fo…
Browse files Browse the repository at this point in the history
…r_line

glyphMargin: Wrapped codicons inside parent div
  • Loading branch information
hediet authored Nov 19, 2021
2 parents ddbda4c + fb7ebd3 commit e16fcb1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
margin-top: -1px;
}

.codicon-debug-breakpoint.codicon-debug-stackframe-focused::after,
.codicon-debug-breakpoint.codicon-debug-stackframe::after {
content: '\eb8a';
position: absolute;
}

.monaco-editor .debug-top-stack-frame-column {
font: normal normal normal 16px/1 codicon;
text-rendering: auto;
Expand Down

0 comments on commit e16fcb1

Please sign in to comment.