Skip to content

Commit 5016ad6

Browse files
Remove checkout edit link extra space
1 parent 9845b2b commit 5016ad6

File tree

1 file changed

+2
-4
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/cart/item/renderer/actions

1 file changed

+2
-4
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/item/renderer/actions/edit.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<a class="action action-edit"
1313
href="<?= /* @escapeNotVerified */ $block->getConfigureUrl() ?>"
1414
title="<?= $block->escapeHtml(__('Edit item parameters')) ?>">
15-
<span>
16-
<?= /* @escapeNotVerified */ __('Edit') ?>
17-
</span>
18-
</a>
15+
<span><?= /* @escapeNotVerified */ __('Edit') ?></span>
16+
</a>
1917
<?php endif ?>

0 commit comments

Comments
 (0)