2021 Compat: Fix stretched product image on cart page

This commit is contained in:
Jonathan Sadowski 2020-12-03 18:23:14 -06:00
parent 7e12cba4d1
commit 4c9ce8cd74
1 changed files with 6 additions and 0 deletions

View File

@ -2899,6 +2899,12 @@ a.reset_variations {
background: var(--global--color-primary);
}
}
.product-thumbnail {
.attachment-woocommerce_thumbnail {
height: auto !important;
}
}
}
.cart-collaterals {