﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15542,meta-box-sortables min-height causes display issues,aaroncampbell,,"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;
}
}}}",defect (bug),closed,normal,,General,2.7,normal,invalid,,
