diff --git a/source/refined-github.css b/source/refined-github.css index f4e88e383a7..a3ef04e3689 100644 --- a/source/refined-github.css +++ b/source/refined-github.css @@ -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; }