Commit a48b170a authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1822759 - Use min-height: auto for permissions in pageInfo window. r=dao

That gets the right behavior even with flex-shrink: 1. An alternative
would be to also set flex-shrink: 0, but I don't see how this min-height
is useful so may as well remove code. Either way.

Depends on D172767

Differential Revision: https://phabricator.services.mozilla.com/D172768
parent 1271643f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ treechildren::-moz-tree-cell-text(broken) {

.permission {
  padding: 6px 7px;
  min-height: 25px;
  border-bottom: 1px dotted ThreeDShadow;
}