Skip to content

Commit

Permalink
Only expand Checks list on PRs, not in popups (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschensmith committed Mar 19, 2021
1 parent 4be7b91 commit dbd18fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/refined-github.css
Expand Up @@ -75,8 +75,8 @@
color: #6a737d;
}

/* Expand PR merge status list to fit all items instead of just 5 */
:root .branch-action-item.open > .merge-status-list {
/* Expand PR merge status list to fit all items */
:root .branch-action-item.open:not(.branch-action-item-simple) > .merge-status-list {
max-height: none;
}

Expand Down

0 comments on commit dbd18fa

Please sign in to comment.