Skip to content

Commit

Permalink
Restore tab newline fix in editor tabs (#234340)
Browse files Browse the repository at this point in the history
bring back tab newline fix
  • Loading branch information
benibenj authored Nov 21, 2024
1 parent 157567f commit ec8a019
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
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 ec8a019

Please sign in to comment.