1
1
mirror of https://github.com/primer/css.git synced 2024-11-09 12:22:47 +03:00

Always break long branch-names (#2002)

* Break long branch names

* Create early-spoons-greet.md

* Stylelint auto-fixes

Co-authored-by: Actions Auto Build <actions@github.com>
This commit is contained in:
simurai 2022-04-04 08:39:13 +09:00 committed by GitHub
parent 9806b54b38
commit a3bc51f6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Always break long `branch-name`s

View File

@ -8,6 +8,7 @@
padding: 2px 6px;
font: 12px $mono-font;
color: var(--color-fg-muted);
word-break: break-all;
background-color: var(--color-accent-subtle);
border-radius: $border-radius;