#19782 closed defect (bug) (duplicate)

Page Atributes: Parent Select Box - parent_id (width)

Reported by: emiluzelac 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)

Screen Shot 2012-01-08 at 6.41.35 PM.png (6.7 KB) - added by emiluzelac 17 months ago.
Screen Shot 2012-01-08 at 6.42.45 PM.png (18.1 KB) - added by emiluzelac 17 months ago.
Screen Shot 2012-01-08 at 6.45.39 PM.png (27.1 KB) - added by emiluzelac 17 months ago.
19782.diff (302 bytes) - added by PeteMall 17 months ago.
max-width: 100%

Download all attachments as: .zip

Change History (10)

comment:1 follow-up: ↓ 2   helenyhou17 months ago

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

comment:2 in reply to: ↑ 1   emiluzelac17 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

max-width: 100%

comment:3 follow-up: ↓ 4   PeteMall17 months ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.4
  • Version 3.3.1 deleted

comment:4 in reply to: ↑ 3   emiluzelac17 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.

Related: #17043

  • Milestone 3.4 deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.