Opened 14 years ago
Closed 14 years ago
#15542 closed defect (bug) (invalid)
meta-box-sortables min-height causes display issues
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
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