Prevent height flickering when selecting a variation in TT3 (#38115)

This commit is contained in:
Ron Rennick 2023-05-04 15:13:03 -03:00 committed by GitHub
commit 358e1a4066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Prevented an issue with height flickering when selecting a variation

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 {