Skip to content

Commit

Permalink
fix(styles): allow Tag to adjust width based on content
Browse files Browse the repository at this point in the history
  • Loading branch information
thuey committed Mar 3, 2023
1 parent 97d5203 commit 79fa284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/styles/tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
font-size: var(--text-size-smaller);
border: 1px solid var(--tag-border-color);
border-radius: 11px;
display: flex;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 2px 8px;
width: 90px;
font-weight: var(--font-weight-medium);
}

Expand Down

0 comments on commit 79fa284

Please sign in to comment.