From 19cc8cf31c9157b3548f0259489810f1bebcadeb Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari <ehsan@mozilla.com> Date: Mon, 24 Sep 2018 08:07:18 +0000 Subject: [PATCH] Bug 1492114 - Really ensure that the Third-Party Cookies description doesn't wrap unnecessarily r=johannh The selector should apply to deck elements that do have a selectedIndex attribute but it's not 0. Differential Revision: https://phabricator.services.mozilla.com/D6567 --HG-- extra : moz-landing-system : lando --- browser/themes/shared/incontentprefs/privacy.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/themes/shared/incontentprefs/privacy.css b/browser/themes/shared/incontentprefs/privacy.css index fd28fb6cd836f..781836068d7f3 100644 --- a/browser/themes/shared/incontentprefs/privacy.css +++ b/browser/themes/shared/incontentprefs/privacy.css @@ -132,8 +132,7 @@ margin-top: 0.75em; } -#blockCookiesCBDeck:not([selectedIndex]), -#blockCookiesCBDeck:not([selectedIndex="0"]) { +#blockCookiesCBDeck[selectedIndex]:not([selectedIndex="0"]) { max-width: 444px; } -- GitLab