mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
edf1b10ab4
commit
29741971cc
@ -24,7 +24,8 @@ treecol {
|
||||
|
||||
/* This matches the <tree> height from dialog.css */
|
||||
richlistbox {
|
||||
height: 15em;
|
||||
min-height: 15em;
|
||||
contain: size;
|
||||
}
|
||||
|
||||
richlistbox,
|
||||
|
Loading…
Reference in New Issue
Block a user