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