Skip to content

Commit

Permalink
fix(chip): increase max-width of a chip
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyChyzhova authored and jgroth committed Mar 20, 2024
1 parent 54631b1 commit c9fd4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chip/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
justify-content: center;
gap: 0.25rem;

max-width: var(--chip-max-width, 10rem);
max-width: min(var(--chip-max-width, 100%), 25rem);
height: var(--limel-chip-height);

border-radius: var(--limel-chip-height);
Expand Down

0 comments on commit c9fd4b5

Please sign in to comment.