Opened 13 months ago
Closed 13 months ago
#20467 closed defect (bug) (fixed)
Nav menu #post-body-content container is broken
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Administration | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch commit |
| 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)
Change History (5)
SergeyBiryukov — 13 months ago
comment:2
SergeyBiryukov — 13 months ago
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.

Caused by [20272].