Skip to content

Commit 2b3de7c

Browse files
authored
Revert "fix: file-found Badge vertical (microsoft#235159) " (microsoft#273068)
Revert "Center badge items in explorer find (microsoft#238757)" This reverts commit f8a575f.
1 parent dfae091 commit 2b3de7c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/vs/base/browser/ui/iconLabel/iconlabel.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
overflow: hidden;
4747
text-overflow: ellipsis;
4848
flex: 1;
49-
display: flex;
50-
align-items: center;
5149
}
5250

5351
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name {

src/vs/workbench/contrib/files/browser/media/explorerviewlet.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
}
6464

6565
.explorer-folders-view .monaco-list-row[aria-expanded="false"] .explorer-item.highlight-badge .monaco-count-badge {
66-
display: inline-flex;
67-
align-items: center;
68-
justify-content: center;
66+
display: inline-block;
6967
}
7068

7169
.explorer-folders-view .explorer-item .monaco-icon-name-container.multiple > .label-name > .monaco-highlighted-label {

0 commit comments

Comments
 (0)