Bug 1873002 - Make the richlistbox contents not grow the richlistbox. r=Gijs, a=dmeehan

This matches the behavior of XUL trees, and also what we did for the
languages listboxes and bug 1860214.

This is enough to fix the bug, but more in-depth fix incoming too.

Differential Revision: https://phabricator.services.mozilla.com/D198395
This commit is contained in:
Emilio Cobos Álvarez 2024-01-12 16:41:02 +00:00
parent edf1b10ab4
commit 29741971cc

View File

@ -24,7 +24,8 @@ treecol {
/* This matches the <tree> height from dialog.css */
richlistbox {
height: 15em;
min-height: 15em;
contain: size;
}
richlistbox,