This commit is contained in:
BeniBenj
2023-10-10 09:25:49 +02:00
parent 2e04ce400a
commit 30871cbe2d
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@
/* Breadcrumbs (inline next to single editor tab) */
.monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .no-tabs.title-label {
.monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .single-tab.title-label {
flex: none;
}
@@ -317,7 +317,7 @@ export class SingleEditorTabsControl extends EditorTabsControl {
{
title,
italic: !isEditorPinned,
extraClasses: ['no-tabs', 'title-label'].concat(editor.getLabelExtraClasses()),
extraClasses: ['single-tab', 'title-label'].concat(editor.getLabelExtraClasses()),
fileDecorations: {
colors: Boolean(options.decorations?.colors),
badges: Boolean(options.decorations?.badges)