Skip to content

Commit

Permalink
fix: Prevent badge text from wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse committed Jan 3, 2024
1 parent 0991d82 commit e2368a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/badge/badge.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
color: var(--reactist-badge-tint);
background-color: var(--reactist-badge-fill);
line-height: calc(var(--reactist-badge-font-size) + 3px);
white-space: nowrap;
}

.badge-info {
Expand Down

0 comments on commit e2368a3

Please sign in to comment.