Skip to content

Commit

Permalink
Don't wrap text in chips
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed May 19, 2024
1 parent b4c7bee commit 420a61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Chip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
box-shadow: 0 0 0 var(--border-width) var(--border-color);
padding: 5px 10px;
width: min-content;
text-wrap: nowrap;
transition:
border-color .5s,
background-color .5s;
Expand Down

0 comments on commit 420a61e

Please sign in to comment.