Skip to content

Commit

Permalink
SCM - fix history graph rendering issue (microsoft#221282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Jul 9, 2024
1 parent c4e1a5a commit e3ed5be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/scm/browser/media/scm.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
line-height: 22px;
}

.scm-view .monaco-list-row .monaco-icon-label-container {
height: 22px;
}

.scm-view .monaco-list-row .history,
.scm-view .monaco-list-row .history-item-group,
.scm-view .monaco-list-row .resource-group {
Expand Down

0 comments on commit e3ed5be

Please sign in to comment.