Opened 3 years ago

Closed 3 years ago

#2248 closed defect (fixed)

<select> elements seems to have lost height

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.18.1
Component: web Version:
Keywords: Cc:

Description

<select> elements seems to have a smaller height than other <input> elements. I don't think it has been like this before, so it could be something that has changed in browsers recently.

Change History (2)

comment:1 by Nicklas Nordborg, 3 years ago

Removing the CSS rule select { padding: 0; } that was added in [6608] as part of #1890 seems to make the <select> elements display with proper height.

comment:2 by Nicklas Nordborg, 3 years ago

Resolution: fixed
Status: newclosed

In 7929:

Fixes #2248: <select> elements seems to have lost height

Note: See TracTickets for help on using tickets.