Skip to content

Commit ab45fcf

Browse files
committed
Merge commit 'refs/pull/43256/head' of github.com:Microsoft/vscode into pr/43256
2 parents ba98812 + fc0c204 commit ab45fcf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/vs/base/browser/ui/countBadge/countBadge.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
.monaco-count-badge {
7-
padding: 0.2em 0.5em;
7+
padding: 0.2em;
88
border-radius: 1em;
99
font-size: 85%;
10+
min-width: 1em;
11+
line-height: 1em;
1012
font-weight: normal;
1113
text-align: center;
12-
display: inline;
13-
}
14+
display: inline-block;
15+
}

0 commit comments

Comments
 (0)