Skip to content

Commit

Permalink
Fix #40011
Browse files Browse the repository at this point in the history
  • Loading branch information
RTX2080S authored Dec 18, 2017
1 parent 783a0aa commit c8618ad
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
text-overflow: ellipsis;
}

.default-preferences-editor-container > .preferences-header-container > .default-preferences-header,
.settings-tabs-widget > .monaco-action-bar .action-item .action-label:not([aria-haspopup]) {
display: block;
}

.settings-tabs-widget > .monaco-action-bar .actions-container {
justify-content: flex-start;
}
Expand Down Expand Up @@ -309,4 +314,4 @@
.vs-dark .title-actions .action-item .icon.collapseAll,
.vs-dark .editor-actions .action-item .icon.collapseAll {
background: url('collapseAll_inverse.svg') center center no-repeat;
}
}

0 comments on commit c8618ad

Please sign in to comment.