Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20467 closed defect (bug) (fixed)

Nav menu #post-body-content container is broken

Reported by: ocean90's profile ocean90 Owned by: azaozz's profile azaozz
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

WP 3.3: http://cl.ly/Fu46

WP 3.4: http://cl.ly/FtE2

At a first view it seems to be caused bei float:left from

#post-body-content {
width: 100%;
float: left;
}

Attachments (1)

20467.patch (797 bytes) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ocean90
13 years ago

Caused by [20272].

#2 @SergeyBiryukov
13 years ago

  • Keywords has-patch added; needs-patch removed

#3 @ocean90
13 years ago

  • Keywords commit added

#4 @azaozz
13 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [20516]:

Fix floated #post-body-content on the Appearance -> Menus screen, props SergeyBiryukov, fixes #20467

Note: See TracTickets for help on using tickets.