Skip to content

Commit

Permalink
[Bug Fix] Adding white-space nowrap to Labels (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Mar 3, 2022
1 parent d6476d8 commit 80bf9d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-mirrors-doubt.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

[Bug Fix] Adding white-space nowrap to Labels
1 change: 1 addition & 0 deletions src/labels/mixins.scss
Expand Up @@ -11,6 +11,7 @@
font-size: $font-size-small;
font-weight: $font-weight-semibold;
line-height: 18px;
white-space: nowrap;
border: $border-width $border-style transparent;
border-radius: 2em;
}
Expand Down

0 comments on commit 80bf9d9

Please sign in to comment.