Bug 1577419 - [Protections Panel] --height-offset should be 0px, not 0. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D43928

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-08-29 09:07:46 +00:00
parent 8cf10e4066
commit 7c2f8f4f3c

View File

@ -18,7 +18,7 @@
fill: currentColor;
--horizontal-padding: 2.1rem;
--vertical-section-padding: 0.9em;
--height-offset: 0;
--height-offset: 0px;
}
#protections-popup[toast] {