Fix/36785 Clear floats after Product Summary in 2023 theme (#37877)

Ensures that sections like related products and upsells don't wrap around the product image if there's no product description.

Fixes #36785
This commit is contained in:
Corey McKrill 2023-04-26 06:28:55 -07:00 committed by GitHub
commit ddc94fc59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Clear floats in Twenty Twenty Three theme on Related products and Upsells.

View File

@ -363,8 +363,12 @@
.related.products {
margin-top: 7rem;
clear: both;
}
.upsells.products {
clear: both;
}
}
// Reviews tab.