Skip to content

Commit

Permalink
Always break long branch-names (#2002)
Browse files Browse the repository at this point in the history
* Break long branch names

* Create early-spoons-greet.md

* Stylelint auto-fixes

Co-authored-by: Actions Auto Build <actions@github.com>
  • Loading branch information
simurai and actions-user committed Apr 3, 2022
1 parent 9806b54 commit a3bc51f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-spoons-greet.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Always break long `branch-name`s
1 change: 1 addition & 0 deletions src/branch-name/branch-name.scss
Expand Up @@ -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;

Expand Down

0 comments on commit a3bc51f

Please sign in to comment.