Bug 1671525 - Set explicit line-height on urlbarView-row-inner items so that stray characters from math fonts don't result in huge height. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D120239
This commit is contained in:
Jonathan Kew 2021-07-27 14:42:28 +00:00
Родитель c62903a0c0
Коммит f8c21b0734
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -95,6 +95,7 @@
}
.urlbarView-row-inner {
line-height: 1.2;
display: flex;
flex-wrap: nowrap;
overflow: hidden;