Skip to content

Commit

Permalink
Fix missing chevrons in menu (fixes #86951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Dec 13, 2019
1 parent 4a939f1 commit affac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

.monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon {
font-size: 16px;
font-size: 16px !important;
display: flex;
align-items: center;
}
Expand Down

0 comments on commit affac5a

Please sign in to comment.