Bug 1823515 - Don't shrink richlistitems. r=Gijs

For the same reasons we don't want to let menuitems shrink
(bug 1822771).

There's another issue here (we have crop="end" on some of these labels,
but it doesn't work and never has because we have no value attribute).

But this returns to the pre-regression behavior.

Differential Revision: https://phabricator.services.mozilla.com/D173090
This commit is contained in:
Emilio Cobos Álvarez 2023-03-21 10:01:18 +00:00
parent f065c7b3d4
commit afd00e7267
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,6 @@
}
.autocomplete-richlistbox > richlistitem {
flex-shrink: 0;
flex-direction: row;
overflow: hidden;
}

View File

@ -756,6 +756,10 @@ richlistbox {
min-height: 0;
}
richlistitem {
flex-shrink: 0;
}
/*********** findbar ************/
findbar {
overflow-x: hidden;