Skip to content

Commit ec8a019

Browse files
authored
Restore tab newline fix in editor tabs (microsoft#234340)
bring back tab newline fix
1 parent 157567f commit ec8a019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/browser/parts/editor/media/editortabscontrol.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
flex: 1;
1616
}
1717

18+
.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label .label-name,
19+
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label .label-name {
20+
white-space: nowrap;
21+
}
22+
1823
.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label a,
1924
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label a {
2025
font-size: 13px;

0 commit comments

Comments
 (0)