Bug 1560555 - Adds rtl support to certificate viewer. r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
dleblanccyr 2019-06-22 22:13:19 +00:00
parent 10c90a9d6a
commit 546c4a52b9
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,10 @@
font-weight: 600;
}
.info-group-title:dir(rtl) {
text-align: left;
}
.info-group-title-hr {
height: 1px;
background-color: black;

View File

@ -12,6 +12,10 @@ label {
margin-inline-end: 0;
}
label:dir(rtl) {
text-align: left;
}
.long-hex {
max-width: 100%;
overflow: hidden;