Delete Overlap Issue Fixed

This commit is contained in:
Devansh 2022-05-02 13:00:28 +05:30
parent 4ee71c0706
commit b9e5df9a47
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
<span class="account-heading">{{ __('shop::app.customer.account.wishlist.title') }}</span>
@if (count($items))
<span class="account-action">
<span class="account-action d-inline-flex">
<form id="remove-all-wishlist" class="d-none" action="{{ route('customer.wishlist.removeall') }}" method="POST">
@method('DELETE')