#28452 closed defect (bug) (duplicate)
All input fields added to taxonomy pages are styled to be 95% width... including checkboxes!
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9.1 |
Component: | Administration | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
If you add a checkbox field to an edit term page in the admin, by default it is styled to stretch to 95% width.
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/edit.css#L916
Either the ".form-field input" css should just target inputs of type "text" (and other HTML5 types?) or an additional style needs to be added to set width to auto for inputs that shouldn't stretch, like checkboxes, radios, etc.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Closing as a dupe of #28647, which has patches/discussion. I'm sorry we missed this ticket before.