Skip to content
Snippets Groups Projects
Commit 19cc8cf3 authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

Bug 1492114 - Really ensure that the Third-Party Cookies description doesn't...

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
parent a47a091a
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,7 @@
margin-top: 0.75em;
}
#blockCookiesCBDeck:not([selectedIndex]),
#blockCookiesCBDeck:not([selectedIndex="0"]) {
#blockCookiesCBDeck[selectedIndex]:not([selectedIndex="0"]) {
max-width: 444px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment