Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descenders of characters (bottom of 'g', 'y', 'j', 'p') is chopped off in <select> elements #70

Open
ptcane opened this issue May 10, 2021 · 1 comment

Comments

@ptcane
Copy link

ptcane commented May 10, 2021

Using Chrome:

descenders

I've worked around this by adding the following to my custom.css:

select { line-height: inherit; }

Although there may be nicer ways in the source e.g. remove select from the following?

.button, button, input[type=button], input[type=checkbox], input[type=radio], input[type=range], input[type=submit], select { line-height: 1em; cursor: pointer; white-space: nowrap; }

Great project btw, many thanks.

@yvesh
Copy link
Collaborator

yvesh commented Sep 1, 2021

Agree, would remove the line-height property there completely (from all input types), as it's causing multiple issues (inherit is the default, no reason to explicitly set it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants