-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: Design/FrontendComponent: CheckoutFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release
Description
Preconditions (*)
- magento 2.3-develop
Steps to reproduce (*)
- Deploy 2.3-develop
- Create Test product and add to cart
- View minicart
- Open browser development tools
- Locate the line
<li class="item product product-item" data-role="product-item"> - In the style explorer locate the css item
.minicart-items .product-item - Add the style
padding-bottom: 100px !important; - Close and reopen minicart to force reevaluation of height
- Notice that the minicart height is correctly calculated and there is a padding of 100px in the minicart.

- Remove the style
padding-bottom: 100px !important; - Add the style
margin-bottom: 100px !important; - Close and reopen minicart to force reevaluation of height
Expected result (*)
- minicart height is correctly calculated.
Actual result (*)
When padding is used in the product-item list item the minicart calculated height correctly, but does not when margins are used.
Metadata
Metadata
Assignees
Labels
Area: Design/FrontendComponent: CheckoutFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release
