зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6d6cf5839a
Коммит
5a9d677542
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
|
||||
.autocomplete-richlistbox > richlistitem {
|
||||
flex-shrink: 0;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче