yes, i have same problem.
you can try it in theme function.
/*
* include fix .ui-sortable min-height
*/
function mytheme_admin_fix() {
echo ‘<style>
.ui-sortable {
min-height: 15px !important;
}
</style>’;
}
add_action(‘admin_head’, ‘mytheme_admin_fix’);