Skip to content

Commit

Permalink
Fix tab header layout breaking in small editor groups (#232012)
Browse files Browse the repository at this point in the history
fixes #231776
  • Loading branch information
benibenj authored Oct 23, 2024
1 parent 89d6652 commit 9ef817c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@

.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label,
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label {
white-space: nowrap !important;
flex: 1;
}

.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label .label-name,
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label .label-name {
white-space: nowrap;
}

.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label a,
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label a {
font-size: 13px;
Expand Down

0 comments on commit 9ef817c

Please sign in to comment.