Skip to content

Commit

Permalink
style(Chip): max height and width fit-content (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored Mar 3, 2025
1 parent 057c1c4 commit 107162f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/css/src/chip.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
line-height: var(--ds-line-height-sm);
margin: 0;
min-height: var(--dsc-chip-height);
max-height: fit-content;
max-width: fit-content;
padding: 0 var(--ds-size-3);
text-decoration: none;

Expand Down

0 comments on commit 107162f

Please sign in to comment.