Skip to content

Commit

Permalink
Merge pull request #40462 from Radon222/patch-1
Browse files Browse the repository at this point in the history
Fix #40011: Tweak overflow behaviour when setting tab is narrow
  • Loading branch information
sandy081 authored Dec 21, 2017
2 parents 8eae3a3 + c8618ad commit 0ad9f1b
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 0ad9f1b

Please sign in to comment.