Opened 12 years ago
Closed 12 years ago
#27662 closed defect (bug) (fixed)
Customizer: Multiple select tag does not show like a multiple select tag
| Reported by: | alexvorn2 | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Customize | Version: | 3.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
It shows like a select tag...
We can add
height: auto;
so it will display nice
Attachments (1)
Change History (5)
#1
follow-up:
↓ 2
@
12 years ago
- Component General → Appearance
- Keywords has-patch added
- Milestone Awaiting Review → 3.9
I think the problem is that the default styles for fields in customizer controls are being applied to widget form fields.
#2
in reply to: ↑ 1
@
12 years ago
Replying to westonruter:
I think the problem is that the default styles for fields in customizer controls are being applied to widget form fields.
And that's fine I think.
I prefer height: auto;, we do the same for .wp-admin see trunk/src/wp-admin/css/forms.css#L292
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Prevent default customizer control field styles from applying to widget form fields. https://github.com/x-team/wordpress-develop/pull/8