Hide unexpected bullet point in Product Collection on Storefront (https://github.com/woocommerce/woocommerce-blocks/pull/10945)
This commit is contained in:
parent
06b09e07f0
commit
4418cb7d67
|
@ -27,6 +27,8 @@ $break-small: 600px;
|
||||||
> li {
|
> li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
// Below style is required to override high-specificity Storefront styles
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include break-small {
|
@include break-small {
|
||||||
|
|
Loading…
Reference in New Issue