bug 1347859 - prevent dialog overflow in certificate exception dialog by resizing to content r=Cykesiopka

MozReview-Commit-ID: HDjE9QldcxF

--HG--
extra : rebase_source : c0240e37ee10ece4e908b0f542627ab41457242a
This commit is contained in:
David Keeler 2017-03-30 14:00:29 -07:00
Родитель 4ada59b662
Коммит cb2ce54903
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -300,6 +300,8 @@ function updateCertStatus() {
setText("status3LongDescription", gPKIBundle.getString(longDesc3));
}
window.sizeToContent();
gNeedReset = true;
}