Opened 2 years ago
Closed 2 years ago
#15679 closed defect (bug) (fixed)
Footer in plugin install/update screen needs clearing
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Upgrade/Install | Version: | |
| Severity: | minor | Keywords: | needs-patch |
| Cc: |
Description
Whenever I do a plugin install or update, there's some space between the admin footer and the bottom of the screen.
This is probably caused by a missing <br class="clear">.
Attachments (1)
Change History (9)
It seems all the <div class="clear"></div> are in place. There's another CSS issue I can't seem to put my finger on.
I thinks issue is with class
body.update-php {
height: 98%;
}
if you disable this height parameter everything goes well
Version 0, edited 2 years ago
by mamaduka
(next)
Note: See
TracTickets for help on using
tickets.

(In [16735]) remove redundant require()s in wp-admin/update.php. See #15679