In your woocommerce.css (or custom one) find this :
.widget_shopping_cart .total
add margin-bottom: 10px;
(or more) and it should be fine...
If you use the custom css in your theme admin, juste add
.widget_shopping_cart .total {
margin-bottom: 10px;
}