Skip to content

Commit

Permalink
Fix #75401, add more spacing to breadcrumbs in no tab view
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jun 13, 2019
1 parent 37518ca commit cdc9f10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/browser/media/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,10 @@ body[data-exploration^="icon-exploration"] .monaco-workbench .part.editor > .con
background: transparent;
}

body[data-exploration^="icon-exploration"] .monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .breadcrumbs-control .monaco-breadcrumb-item .symbol-icon {
margin-left: 4px;
}

body[data-exploration^="icon-exploration"] .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon::before {
left: 0;
top: -3px;
Expand Down

0 comments on commit cdc9f10

Please sign in to comment.