Skip to content

Commit

Permalink
fix: the Badge component should be default act like an “inline” compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
SimeonC committed Jun 28, 2024
1 parent 9dc9431 commit c35124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/src/components/Badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const className = 'badge';
export const fullStyles = css`
width: max-content;
font: var(--label);
display: grid;
display: inline-grid;
grid-auto-flow: column;
gap: var(--spacing-l1);
align-items: center;
Expand Down

0 comments on commit c35124d

Please sign in to comment.