Open
Description
Originally filed @ https://bugzilla.mozilla.org/show_bug.cgi?id=1496355
.dg .c select {
margin-top: 5px;
}
.dg li:not(.folder) {
cursor: auto;
height: 27px;
line-height: 27px;
overflow: hidden;
padding: 0 4px 0 5px;
}
Any form control that doesn't fit within 27px will be clipped.
Is it possible to remove the explicit height here (and anywhere else on that li
)?