1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

Don't let state labels wrap

This commit is contained in:
Jon Rohan 2019-08-09 10:53:37 -07:00 committed by GitHub
parent 0ab6d467ff
commit d2c9fe0f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
line-height: 20px;
color: $text-white;
text-align: center;
white-space: nowrap;
background-color: $gray-500;
border-radius: 3px;
}