[wp-trac] [WordPress Trac] #15542: meta-box-sortables min-height causes display issues
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 22 19:37:32 UTC 2010
#15542: meta-box-sortables min-height causes display issues
---------------------------+------------------------------------------------
Reporter: aaroncampbell | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 2.7
Severity: normal | Keywords:
---------------------------+------------------------------------------------
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;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15542>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list