Skip to content

Commit a71e40f

Browse files
authored
Update badge.scss
1 parent a558fd9 commit a71e40f

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/badge

1 file changed

+1
-1
lines changed

packages/components/src/components/badge/badge.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
inline-size: fit-content;
5656
font-weight: 700;
5757

58-
// Added a min-inline-size especially for single character contents, to ensure that it won't get any narrower than a circle.
58+
// I added a minimum inline size, especially for single-character content, to ensure that it won't be any narrower than a circle.
5959
&:not(:empty) {
6060
min-inline-size: calc(1.4em - 2 * #{variables.$db-spacing-fixed-2xs});
6161
box-sizing: content-box;

0 commit comments

Comments
 (0)