Skip to content

Commit df79a9c

Browse files
authored
SCM - fix regression for showing the provider type (microsoft#263284)
1 parent c0cd9a9 commit df79a9c

File tree

1 file changed

+8
-0
lines changed
  • src/vs/workbench/contrib/scm/browser/media

1 file changed

+8
-0
lines changed

src/vs/workbench/contrib/scm/browser/media/scm.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
display: none;
4646
}
4747

48+
.scm-view .scm-provider .monaco-icon-label-container {
49+
display: flex;
50+
}
51+
4852
.scm-view .scm-provider > .monaco-icon-label {
4953
flex: 1;
5054
}
@@ -494,6 +498,10 @@
494498
font-weight: normal;
495499
}
496500

501+
.scm-view.scm-repositories-view .scm-provider .monaco-icon-label-container {
502+
display: flex;
503+
}
504+
497505
/* History item hover */
498506

499507
.monaco-hover.history-item-hover p:first-child {

0 commit comments

Comments
 (0)