Fix unresponsive clicks on product task card elements (#33235)

* Fix clicking on borders for product task card elements

* Changelog
This commit is contained in:
Ilyas Foo 2022-05-28 02:04:17 +08:00 committed by GitHub
parent 804302ed53
commit b85dca4308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,7 @@
.woocommerce-list__item {
width: 217px;
height: 200px;
padding: 40px 24px;
align-items: stretch;
}
.woocommerce-list__item-after {
@ -26,7 +26,7 @@
}
.woocommerce-list__item-inner {
padding: 0;
padding: 40px 24px;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix clicking on edges of product task cards