Fix style conflicts with LYS (#51223)

* Increase specificity for product data view styles to avoid conflicts

* Add changelog
This commit is contained in:
louwie17 2024-09-09 11:03:43 +02:00 committed by GitHub
parent 199883a05a
commit d185a34145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Increase specificity of product data views styles to avoid conflicts.

View File

@ -40,5 +40,7 @@ body.js.is-fullscreen-mode {
}
}
.woocommerce_page_woocommerce-products-dashboard {
@import "products-app/sidebar-dataviews/style.scss";
@import "products-app/product-edit/style.scss";
}