#19339 closed defect (bug) (fixed)
Parent Taxonomy select box cutting off text
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | UI | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch commit |
| 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)
comment:3
nacin
— 19 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to Future Release
comment:5
nacin
— 19 months ago
It was full width in 3.2. Per IRC, going with width: 100% rather than min-width.
comment:8
nacin
— 19 months ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [19544]:
comment:9
azaozz
— 19 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
This results in super wide text field and select when the Categories postbox is under the editor. Patching.
comment:10
nacin
— 19 months ago
So, min-width: 250px?
comment:11
azaozz
— 19 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [19546]:
comment:12
azaozz
— 19 months ago
As discussed in IRC, the select will be end-to-end wide when on the left side or in Press This and 260px wide when under the editor.
Changing to min-width seems fine.