Fix Product Categories List display issues in WP 5.8 (https://github.com/woocommerce/woocommerce-blocks/pull/4335)

This commit is contained in:
Albert Juhé Lluveras 2021-06-12 11:44:41 +02:00 committed by GitHub
parent 1d23bd9fc2
commit efc9d44b11
1 changed files with 3 additions and 0 deletions

View File

@ -36,7 +36,10 @@
border: 1px solid #eee;
img {
display: block;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
}
}