Hello,
Thank you for contacting us.
Try to use this code snippet to decrease font sizes and spaces for some elements in the table to make it fit the space better.
.shop_table td.product-name a {
font-size:12px;
}
.shop_table td.product-quantity,
.shop_table td.product-quantity .quantity input[type=number] {
width:45px;
}
.woocommerce .shop_table.cart td {
padding: 20px 2px;
}
Regards