Bug 1860214 - Tweak the certificate deletion dialog to not push dialog buttons out of view. r=emilio

Maybe there's a better way to get the dialog to flex for long richlistbox's,
but this seemed simplest. I'm open to other suggestions.

Differential Revision: https://phabricator.services.mozilla.com/D194938
This commit is contained in:
Mike Conley 2023-11-29 14:48:16 +00:00
Родитель 9678860bec
Коммит 7edc173e4c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -12,8 +12,13 @@ dialog::part(content-box) {
contain: inline-size;
}
#impact {
margin-block-start: 12px;
}
#certlist {
flex: 1;
min-height: 8em;
contain: size;
min-width: 35em;
}