Skip to content

Dropdowns clipped in Firefox on Ubuntu #198

Open
@miketaylr

Description

@miketaylr

Originally filed @ https://bugzilla.mozilla.org/show_bug.cgi?id=1496355

x

.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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions