Skip to content

Commit ccf56ab

Browse files
committed
Merge remote-tracking branch 'origin/MC-38423' into 2.4-develop-pr119
2 parents 152a180 + 8ec6c83 commit ccf56ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +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-
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
52-
<?php else :?>
51+
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
52+
<?php else :?>
5353
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
5454
<?php endif; ?>
5555
</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)