Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#19782 closed defect (bug) (duplicate)

Page Atributes: Parent Select Box - parent_id (width)

Reported by: emiluzelac's profile emiluzelac Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: UI Keywords: has-patch
Focuses: 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 12 years ago.
Screen Shot 2012-01-08 at 6.42.45 PM.png (18.1 KB) - added by emiluzelac 12 years ago.
Screen Shot 2012-01-08 at 6.45.39 PM.png (27.1 KB) - added by emiluzelac 12 years ago.
19782.diff (302 bytes) - added by PeteMall 12 years ago.
max-width: 100%

Download all attachments as: .zip

Change History (10)

#1 follow-up: @helenyhou
12 years ago

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

#2 in reply to: ↑ 1 @emiluzelac
12 years 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

@PeteMall
12 years ago

max-width: 100%

#3 follow-up: @PeteMall
12 years ago

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

#4 in reply to: ↑ 3 @emiluzelac
12 years 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.

#5 @ocean90
12 years ago

Related: #17043

#6 @ocean90
12 years ago

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