Skip to content

Commit 64bf6ce

Browse files
committed
MC-38423: Some Elements of the Shopping Cart page are overlapped with certain view
1 parent 3be83d0 commit 64bf6ce

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
4848
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
4949
<dd>
5050
<?php if (isset($_formatedOptionValue['full_view'])) :?>
51-
<?php if (strlen($_formatedOptionValue['full_view']) <= 100) :?>
5251
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
5352
<?php else :?>
54-
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
55-
<?php endif; ?>
56-
<?php else :?>
5753
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
5854
<?php endif; ?>
5955
</dd>

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
display: inline-block;
5252
float: left;
5353
margin: 0 0 @indent__xs;
54+
word-break: break-all;
5455
}
5556
};
5657

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
display: inline-block;
128128
float: left;
129129
margin: 0 0 @indent__xs;
130+
word-break: break-all;
130131
}
131132
};
132133

0 commit comments

Comments
 (0)