.wp-admin #poststuff tbody{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wp-admin #poststuff tbody tr{
	width: 48% !important;
}