1
1
mirror of https://github.com/primer/css.git synced 2024-09-19 20:57:37 +03:00

Reduce size of Label--inline (#1908)

* Reduce size of `Label--inline`

* Create moody-apricots-bake.md
This commit is contained in:
simurai 2022-02-02 04:44:22 +09:00 committed by GitHub
parent bc1132b68f
commit 84581e96ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Reduce size of `Label--inline`

View File

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