Problem/Motivation

select's has line-height: 52px; css-property, but corrent line-height value is 50px
See the following screen, it is select above input type="text" with opacity 0.5. Same text visible in both form elements, as you can see there is little misalignment.

line-height: 52px; ↓↓↓
select

Proposed resolution

line-height: 50px; ↓↓↓ will solve the issue
select

Comments

kostyashupenko created an issue. See original summary.

kostyashupenko’s picture

Issue summary: View changes
kostyashupenko’s picture

Assigned: kostyashupenko » Unassigned
Status: Needs work » Needs review
StatusFileSize
new2.82 KB

Fixed line-height and few more little fixes added for small variation of select

mherchel’s picture

Status: Needs review » Reviewed & tested by the community

Looks good!

mherchel’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.