mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
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:
parent
f065c7b3d4
commit
afd00e7267
@ -13,7 +13,6 @@
|
||||
}
|
||||
|
||||
.autocomplete-richlistbox > richlistitem {
|
||||
flex-shrink: 0;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -756,6 +756,10 @@ richlistbox {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
richlistitem {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/*********** findbar ************/
|
||||
findbar {
|
||||
overflow-x: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user