We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a558fd9 commit a71e40fCopy full SHA for a71e40f
packages/components/src/components/badge/badge.scss
@@ -55,7 +55,7 @@
55
inline-size: fit-content;
56
font-weight: 700;
57
58
- // Added a min-inline-size especially for single character contents, to ensure that it won't get any narrower than a circle.
+ // I added a minimum inline size, especially for single-character content, to ensure that it won't be any narrower than a circle.
59
&:not(:empty) {
60
min-inline-size: calc(1.4em - 2 * #{variables.$db-spacing-fixed-2xs});
61
box-sizing: content-box;
0 commit comments