Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#47673 closed defect (bug) (duplicate)

Plugin overview More Details is broken

Reported by: remzicavdar's profile remzicavdar Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2.2
Component: Plugins Keywords:
Focuses: ui Cc:

Description

If you click on the link More Details on a plugin the styling is weird.
The left content section is way down (this happens in every tab, in the installed plugins overview and in the Add Plugins overview).

It seems like there is something wrong with:

<div id="section-holder" class="wrap"></div>

I have a quick fix, if I comment out clear both this seems to be fixed.
Could someone verify this?

@media screen and (max-width: 782px)
.wrap {
    /* clear: both; */
}

Proposed fix:

#plugin-information-content::after {
    clear: both;
}

Or

#section-holder::after {
    clear: both;
}

Change History (1)

#1 @earnjam
5 years ago

  • Component changed from General to Plugins
  • Focuses ui added
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks @remzicavdar, we're already tracking this in #47561.

Note: See TracTickets for help on using tickets.