We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6476d8 commit 80bf9d9Copy full SHA for 80bf9d9
.changeset/yellow-mirrors-doubt.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+[Bug Fix] Adding white-space nowrap to Labels
src/labels/mixins.scss
@@ -11,6 +11,7 @@
11
font-size: $font-size-small;
12
font-weight: $font-weight-semibold;
13
line-height: 18px;
14
+ white-space: nowrap;
15
border: $border-width $border-style transparent;
16
border-radius: 2em;
17
}
0 commit comments