Opened 16 years ago
Closed 16 years ago
#15542 closed defect (bug) (invalid)
meta-box-sortables min-height causes display issues
| Reported by: | aaroncampbell | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The problem is in wp-admin/css/wp-admin(.dev).css:
.postbox-container .meta-box-sortables {
min-height: 300px;
}
It was added as part of [10641], which was in relation to dashboard widgets, but it seems to affect more than dashboard widgets. I'm not sure it's needed at all anymore, but if it is, maybe we can make it more specific?
.dashboard-widgets-wrap .postbox-container .meta-box-sortables {
min-height: 300px;
}
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I came across this issue because I use meta boxes on the admin pages of many of my plugins. If an admin box doesn't have much content though, there is a funny space underneath it: http://s1187.photobucket.com/albums/z397/aarondcampbell/?action=view¤t=spacing-issue.png