From dbd18fa5c3c3ad83eba9788bc50d66f138424440 Mon Sep 17 00:00:00 2001 From: James Chen-Smith <15643597+jameschensmith@users.noreply.github.com> Date: Fri, 19 Mar 2021 17:15:42 -0500 Subject: [PATCH] Only expand Checks list on PRs, not in popups (#4130) --- source/refined-github.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }