We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45fcf commit 95773dcCopy full SHA for 95773dc
1 file changed
src/vs/base/browser/ui/countBadge/countBadge.css
@@ -4,12 +4,13 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.monaco-count-badge {
7
- padding: 0.2em;
+ padding: 0.3em 0.5em;
8
border-radius: 1em;
9
font-size: 85%;
10
- min-width: 1em;
11
- line-height: 1em;
+ min-width: 1.6em;
+ line-height: 1em;
12
font-weight: normal;
13
text-align: center;
14
display: inline-block;
15
-}
+ box-sizing: border-box;
16
+}
0 commit comments