chore: add gap between cart product actions

bug-new
jatin 2024-12-16 10:35:27 +05:30
parent 3ef8d861fc
commit 105ed7041a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
{$product.total} {$product.total}
{/if} {/if}
</span> </span>
<div class="cart-line-product-actions"> <div class="cart-line-product-actions flex flex-col gap-2">
<a <a
class = "remove-from-cart" class = "remove-from-cart"
rel = "nofollow" rel = "nofollow"