mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Merge pull request #863 from primer/state-wrap
Don't let State labels wrap
This commit is contained in:
commit
334ac79b35
@ -15,6 +15,7 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: $text-white;
|
color: $text-white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
background-color: $gray-500;
|
background-color: $gray-500;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user