Prevent margin-top on the first element in description

This commit is contained in:
“Chris 2023-05-04 13:01:15 +03:00
parent 865fcd053c
commit f60b7e7b4b
1 changed files with 5 additions and 0 deletions

View File

@ -332,6 +332,11 @@
.single_variation_wrap {
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 {