Skip to content

Commit 692af26

Browse files
engcom-Echolenaorobei
authored andcommitted
MC-34950 - Wrong style for Product in Checkout Cart
1 parent ef062b1 commit 692af26

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/summary/item/details

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/summary/item/details/thumbnail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
-->
77
<span class="product-image-container"
8-
data-bind="attr: {'style': 'height: ' + getHeight($parents[1]) + 'px; width: ' + getWidth($parents[1]) + 'px;' }">
8+
data-bind="attr: {'style': 'height: ' + getHeight($parents[1])/2 + 'px; width: ' + getWidth($parents[1])/2 + 'px;' }">
99
<span class="product-image-wrapper">
1010
<img
1111
data-bind="attr: {'src': getSrc($parents[1]), 'width': getWidth($parents[1]), 'height': getHeight($parents[1]), 'alt': getAlt($parents[1]), 'title': getAlt($parents[1]) }"/>

0 commit comments

Comments
 (0)