Closed
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
The issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.3 release