Prevent margin-top on the first element in description
This commit is contained in:
parent
865fcd053c
commit
f60b7e7b4b
|
@ -332,6 +332,11 @@
|
||||||
|
|
||||||
.single_variation_wrap {
|
.single_variation_wrap {
|
||||||
margin-top: var(--wp--style--block-gap);
|
margin-top: var(--wp--style--block-gap);
|
||||||
|
|
||||||
|
// Prevent height flickering when selecting a variation.
|
||||||
|
.single_variation .woocommerce-variation-description > :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.flex-control-thumbs {
|
ol.flex-control-thumbs {
|
||||||
|
|
Loading…
Reference in New Issue