1
1
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:
Jon Rohan 2022-03-03 15:55:26 -08:00 committed by GitHub
parent d6476d85f6
commit 80bf9d9dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
[Bug Fix] Adding white-space nowrap to Labels

View File

@ -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;
}