#19339 closed defect (bug) (fixed)
Parent Taxonomy select box cutting off text
Reported by: | jgadbois | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | UI | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The following CSS rule makes the parent taxonomy select on the Add Post screen only take up about half of the available space. For many taxonomies this cuts off the "-- Parent Taxonomy --" text. Is there a reason the available room isn't being used?
#side-sortables .category-add input[type="text"], #side-sortables .category-add select { width: 160px; }
Attachments (2)
Change History (14)
Note: See
TracTickets for help on using
tickets.
Changing to min-width seems fine.