Skip to content

Normalize height of the select element #18

@MattMcAdams

Description

@MattMcAdams

Select element does not match height of other inputs when placed side by side. This seems to be because it is ignoring the line-height rule. After some investigation, this seems to fix the issue.

/* Standardize select box sizing */
select {
  -webkit-appearance: menulist-button;
}

I'll need to test to make sure this doesn't affect the functionality or accessibility of the select element on mobile

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions