Opened 11 years ago
Closed 11 years ago
#27662 closed defect (bug) (fixed)
Customizer: Multiple select tag does not show like a multiple select tag
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Customize | Keywords: | has-patch |
Focuses: | Cc: |
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
@
11 years ago
- Component changed from General to Appearance
- Keywords has-patch added
- Milestone changed from Awaiting Review to 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
@
11 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.
Prevent default customizer control field styles from applying to widget form fields. https://github.com/x-team/wordpress-develop/pull/8