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

Merge pull request #863 from primer/state-wrap

Don't let State labels wrap
This commit is contained in:
Jon Rohan 2019-08-13 09:53:39 -07:00 committed by GitHub
commit 334ac79b35
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;
}