Fix the gap in the featured product checkbox (#35710)
* Fix style * Add changelog Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
f6edcbc024
commit
28f5616973
|
@ -39,6 +39,9 @@
|
|||
}
|
||||
.woocommerce-tooltip {
|
||||
margin-left: $gap-smaller;
|
||||
&__button {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.woocommerce-product-form {
|
||||
&__custom-label-input {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Fix the gap in the featured product checkbox
|
Loading…
Reference in New Issue