mirror of
https://github.com/primer/css.git
synced 2024-11-29 14:14:26 +03:00
Reduce size of Label--inline
(#1908)
* Reduce size of `Label--inline` * Create moody-apricots-bake.md
This commit is contained in:
parent
bc1132b68f
commit
84581e96ae
5
.changeset/moody-apricots-bake.md
Normal file
5
.changeset/moody-apricots-bake.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Reduce size of `Label--inline`
|
@ -27,6 +27,6 @@
|
||||
|
||||
@mixin labels--inline {
|
||||
display: inline;
|
||||
padding: 0.1667em 0.5em;
|
||||
font-size: 0.9em;
|
||||
padding: 0.12em 0.5em;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user