Hide unexpected bullet point in Product Collection on Storefront (https://github.com/woocommerce/woocommerce-blocks/pull/10945)

This commit is contained in:
Karol Manijak 2023-09-15 08:07:54 +02:00 committed by GitHub
parent 06b09e07f0
commit 4418cb7d67
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ $break-small: 600px;
> li {
margin: 0;
width: 100%;
// Below style is required to override high-specificity Storefront styles
list-style: none;
}
@include break-small {