Bug 1822576 - Don't allow shrinking autocomplete-richlistitems. r=Gijs

Since we rely on the richlistbox having a fixed height with multiple
items, then measure (so shrinking breaks that measurement).

Differential Revision: https://phabricator.services.mozilla.com/D172706
This commit is contained in:
Emilio Cobos Álvarez 2023-03-15 18:21:52 +00:00
Родитель 6d6cf5839a
Коммит 5a9d677542
1 изменённых файлов: 1 добавлений и 0 удалений

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

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