Merge pull request #29139 from woocommerce/fix/issue-29137

Fix placeholder image height in cart closes #29137
This commit is contained in:
Christopher Allford 2021-02-17 14:38:30 -08:00 committed by GitHub
commit 5c624278dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1481,6 +1481,10 @@ a.reset_variations {
border: 1px solid #ddd;
}
}
table.cart img.woocommerce-placeholder {
height: auto !important;
}
}
/**
@ -1871,7 +1875,7 @@ a.reset_variations {
}
}
}
tfoot {
text-align: left;
}