Merge pull request #26430 from helgatheviking/issues/26334-clear-upsells-for-twenty-twenty

clear floats for upsells and related products. Closes #26334.
This commit is contained in:
Christopher Allford 2020-05-11 20:05:17 -07:00 committed by GitHub
commit 66dd912ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -924,6 +924,8 @@ a.reset_variations {
.related.products,
.up-sells {
clear: both;
ul.products {
display: flex;
justify-content: space-evenly;