Fix overlapping elements in shop items.

This commit is contained in:
Nestor Soriano 2020-11-19 16:58:10 +01:00 committed by Christopher Allford
parent 2f3701739d
commit 6fef73f469
1 changed files with 2 additions and 1 deletions

View File

@ -1997,7 +1997,8 @@ a.reset_variations {
margin: 0 8px 16px 8px;
box-sizing: border-box;
img.attachment-woocommerce_thumbnail {
img.attachment-woocommerce_thumbnail,
img.woocommerce-placeholder {
height: auto !important;
}
}