We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ff7ba commit ae13ff0Copy full SHA for ae13ff0
src/vs/base/browser/ui/iconLabel/iconlabel.css
@@ -46,8 +46,6 @@
46
overflow: hidden;
47
text-overflow: ellipsis;
48
flex: 1;
49
- display: flex;
50
- align-items: center;
51
}
52
53
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name {
src/vs/workbench/contrib/files/browser/media/explorerviewlet.css
@@ -63,9 +63,7 @@
63
64
65
.explorer-folders-view .monaco-list-row[aria-expanded="false"] .explorer-item.highlight-badge .monaco-count-badge {
66
- display: inline-flex;
67
68
- justify-content: center;
+ display: inline-block;
69
70
71
.explorer-folders-view .explorer-item .monaco-icon-name-container.multiple > .label-name > .monaco-highlighted-label {
0 commit comments