Opened 17 months ago
Closed 17 months ago
#19782 closed defect (bug) (duplicate)
Page Atributes: Parent Select Box - parent_id (width)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
In "Page Atributes" (select box) when using long titles the box overflows the content completely to point where you can't see the select arrows on the right.
Not sure if this is browser related, however this seems to fix the "issue"
.wp-admin select {
width:255px;
}
Google Chrome, OSX-Lion
Attachments (4)
Change History (10)
emiluzelac — 17 months ago
emiluzelac — 17 months ago
emiluzelac — 17 months ago
comment:2
in reply to:
↑ 1
emiluzelac — 17 months ago
Replying to helenyhou:
A max-width of 100% seems to work fine.
Either or is fine by me, just want to see if others have the same issue.
Thanks,
Emil
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.4
- Version 3.3.1 deleted
comment:4
in reply to:
↑ 3
emiluzelac — 17 months ago
Replying to PeteMall:Nice, that looks great. Too bad I haven't submitted a patch, which would be my first core credit, oh well at least we're going to have this fixed.
Note: See
TracTickets for help on using
tickets.

A max-width of 100% seems to work fine.