Bug 1534724 - advanced debugging information in certificate error pages has early line breaks in the certificate PEM, which it shouldn't r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
monikamaheshwari 2019-03-14 10:11:04 +00:00
Родитель 72f160f9f7
Коммит 0af14550c2
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -194,6 +194,8 @@ body:not(:-moz-any(.clockSkewError,.badStsCert,.neterror)) #advancedButton {
font-family: monospace;
white-space: pre-wrap;
padding: 1em 0;
display: flex;
flex-wrap: wrap;
}
#cert_domain_link:not([href]) {

Просмотреть файл

@ -159,6 +159,8 @@ span#hostname {
font-family: monospace;
white-space: pre-wrap;
padding: 1em 0;
display: flex;
flex-wrap: wrap;
}
#cert_domain_link:not([href]) {