Skip to content

Commit 80bf9d9

Browse files
authored
[Bug Fix] Adding white-space nowrap to Labels (#1977)
1 parent d6476d8 commit 80bf9d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/yellow-mirrors-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
[Bug Fix] Adding white-space nowrap to Labels

src/labels/mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
font-size: $font-size-small;
1212
font-weight: $font-weight-semibold;
1313
line-height: 18px;
14+
white-space: nowrap;
1415
border: $border-width $border-style transparent;
1516
border-radius: 2em;
1617
}

0 commit comments

Comments
 (0)