Opened 4 years ago
Closed 4 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.
Note:
See TracTickets
for help on using tickets.
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.