mirror of
https://github.com/primer/css.git
synced 2024-11-29 14:14:26 +03:00
[Bug Fix] Adding white-space nowrap to Labels (#1977)
This commit is contained in:
parent
d6476d85f6
commit
80bf9d9dea
5
.changeset/yellow-mirrors-doubt.md
Normal file
5
.changeset/yellow-mirrors-doubt.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@primer/css": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
[Bug Fix] Adding white-space nowrap to Labels
|
@ -11,6 +11,7 @@
|
|||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
font-weight: $font-weight-semibold;
|
font-weight: $font-weight-semibold;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
white-space: nowrap;
|
||||||
border: $border-width $border-style transparent;
|
border: $border-width $border-style transparent;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user