Skip to content

Commit 8e1e79f

Browse files
jyash97SaraVieira
authored andcommitted
fix: add vendore prefox for file tab styling (#1999)
1 parent 5ab629a commit 8e1e79f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/app/src/app/components/CodeEditor/VSCode/workbench-theme.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
box-sizing: border-box;
2020
}
2121

22+
.monaco-workbench
23+
.part.editor
24+
> .content
25+
.editor-group-container
26+
> .title
27+
.tabs-container
28+
> .tab.sizing-fit {
29+
min-width: -moz-fit-content;
30+
}
31+
2232
.monaco-font-aliasing-antialiased {
2333
-webkit-font-smoothing: antialiased;
2434
}

0 commit comments

Comments
 (0)