Skip to content

Commit 95773dc

Browse files
committed
💄
1 parent ab45fcf commit 95773dc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

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

66
.monaco-count-badge {
7-
padding: 0.2em;
7+
padding: 0.3em 0.5em;
88
border-radius: 1em;
99
font-size: 85%;
10-
min-width: 1em;
11-
line-height: 1em;
10+
min-width: 1.6em;
11+
line-height: 1em;
1212
font-weight: normal;
1313
text-align: center;
1414
display: inline-block;
15-
}
15+
box-sizing: border-box;
16+
}

0 commit comments

Comments
 (0)