Bug 1521053 - Ensure that the labels we use to display origin names in Trackers/Cookies subpanels are always LTR but their text alignment follows UI directionality; r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2019-01-30 18:22:07 +00:00
parent a155f63750
commit 86043f3192

View File

@ -441,6 +441,11 @@ description#identity-popup-content-verifier,
.identity-popup-content-blocking-list-host-label {
-moz-box-flex: 1;
direction: ltr;
}
.identity-popup-content-blocking-list-host-label:-moz-locale-dir(rtl) {
text-align: right;
}
.identity-popup-content-blocking-list-state-label {