Fix Product Categories List display issues in WP 5.8 (https://github.com/woocommerce/woocommerce-blocks/pull/4335)
This commit is contained in:
parent
1d23bd9fc2
commit
efc9d44b11
|
@ -36,7 +36,10 @@
|
|||
border: 1px solid #eee;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue