Fix unresponsive clicks on product task card elements (#33235)
* Fix clicking on borders for product task card elements * Changelog
This commit is contained in:
parent
804302ed53
commit
b85dca4308
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix clicking on edges of product task cards
|
Loading…
Reference in New Issue