Skip to content

Commit

Permalink
Vertically align codicons in quick open
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 27, 2020
1 parent 8e77e9f commit d6e0e71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/base/parts/quickopen/browser/quickopen.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
opacity: 1;
}

.monaco-quick-open-widget .quick-open-tree .quick-open-entry .monaco-highlighted-label .codicon {
vertical-align: sub; /* vertically align codicon */
}

.monaco-quick-open-widget .quick-open-tree .quick-open-entry-meta {
opacity: 0.7;
line-height: normal;
Expand Down

0 comments on commit d6e0e71

Please sign in to comment.