Skip to content

Commit

Permalink
24.2.8 unreleased-commits - Avoid internal wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 6, 2024
1 parent 6cda0cd commit ba5c14b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/24.2.8.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
);
--rgh-background: var(--bgColor-default, var(--color-canvas-default, #fff));
}

/* https://github.com/refined-github/refined-github/issues/7375 */
.BtnGroup:has(>[aria-label*="unreleased commit"]) {
flex-shrink: 0;
}

0 comments on commit ba5c14b

Please sign in to comment.