File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Checkout/view/frontend/templates/cart Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 class="cart items data table"
2727 data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
2828 "updateCartActionContainer": "#update_cart_action_container"}}'>
29- <caption role="heading" aria-level="2" class="table-caption"><?= /* @escapeNotVerified */ __ ('Shopping Cart Items ' ) ?> </caption>
29+ <caption class="table-caption"><?= /* @escapeNotVerified */ __ ('Shopping Cart Items ' ) ?> </caption>
3030 <thead>
3131 <tr>
3232 <th class="col item" scope="col"><span><?= /* @escapeNotVerified */ __ ('Item ' ) ?> </span></th>
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
111111 </td>
112112 </tr>
113113 <tr class="item-actions">
114- <td colspan="100 ">
114+ <td colspan="4 ">
115115 <div class="actions-toolbar">
116116 <?= /* @escapeNotVerified */ $ block ->getActions ($ _item ) ?>
117117 </div>
You can’t perform that action at this time.
0 commit comments