diff --git a/browser/themes/shared/controlcenter/panel.inc.css b/browser/themes/shared/controlcenter/panel.inc.css index d7b08a2b6a24..570d07591566 100644 --- a/browser/themes/shared/controlcenter/panel.inc.css +++ b/browser/themes/shared/controlcenter/panel.inc.css @@ -685,7 +685,8 @@ description#identity-popup-content-verifier, #protections-popup:not([hasException]) .protections-popup-category.blocked:not([hidden]) ~ #protections-popup-blocking-section-header, .protections-popup-category.notFound ~ #protections-popup-not-found-section-header, -.protections-popup-category:not(.blocked):not(.notFound) ~ #protections-popup-not-blocking-section-header { +.protections-popup-category:not(.blocked):not(.notFound) ~ #protections-popup-not-blocking-section-header, +#protections-popup[hasException] .protections-popup-category:not(.notFound) ~ #protections-popup-not-blocking-section-header { display: flex; }