Skip to content

Commit a3bc51f

Browse files
Always break long branch-names (#2002)
* Break long branch names * Create early-spoons-greet.md * Stylelint auto-fixes Co-authored-by: Actions Auto Build <[email protected]>
1 parent 9806b54 commit a3bc51f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/early-spoons-greet.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Always break long `branch-name`s

src/branch-name/branch-name.scss

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
padding: 2px 6px;
99
font: 12px $mono-font;
1010
color: var(--color-fg-muted);
11+
word-break: break-all;
1112
background-color: var(--color-accent-subtle);
1213
border-radius: $border-radius;
1314

0 commit comments

Comments
 (0)