Bug 1665336 - Follow-up: change min-height to height on treechildren::-moz-tree-row. r=me DONTBUILD

This commit is contained in:
Richard Marti 2020-09-28 17:14:58 +02:00
Родитель c272f66167
Коммит b128976e8b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -367,7 +367,7 @@ treecol[sortDirection="descending"]:not([hideheader="true"]) > .treecol-sortdire
}
treechildren::-moz-tree-row {
min-height: 1.8em;
height: 1.8em;
}
treechildren::-moz-tree-row(multicol, odd) {