This commit is contained in:
Johannes Rieken 2018-08-16 10:16:55 +02:00
parent d505bb4781
commit 0430911b98
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,6 @@
background-image: url(./collapsed.svg);
opacity: .7;
width: 16px;
min-width: 16px;
height: 16px;
display: inline-block;
background-size: 16px;

View file

@ -265,6 +265,7 @@
.monaco-workbench > .part.editor > .content .editor-group-container > .title .tabs-breadcrumbs .breadcrumbs-control .monaco-icon-label::before {
height: 18px; /* tweak the icon size of the editor labels when icons are enabled */
min-width: 16px;
}
.monaco-workbench > .part.editor > .content .editor-group-container > .title .tabs-breadcrumbs .breadcrumbs-control .monaco-breadcrumb-item {