From bd5025cc66bc2769317b8204a0755f4d83ac33ab Mon Sep 17 00:00:00 2001 From: Devansh Date: Tue, 16 Nov 2021 10:21:58 +0530 Subject: [PATCH] CSS Issues Fixed --- .../customers/account/address/edit.blade.php | 1 - .../account/wishlist/wishlist.blade.php | 42 ++++++++++++------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php index b3d8f173e..e51178b35 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php @@ -6,7 +6,6 @@ @section('page-detail-wrapper')
-
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/wishlist/wishlist.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/wishlist/wishlist.blade.php index 28f66122a..18203b1aa 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/wishlist/wishlist.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/wishlist/wishlist.blade.php @@ -6,38 +6,50 @@ {{ __('shop::app.customer.account.wishlist.page-title') }} @endsection +@push('css') + {{-- + @devansh-webkul + + - Handle it from scss when removing back icon. + --}} + +@endpush + @section('page-detail-wrapper')
@if (count($items)) - - - - - @if ($isSharingEnabled) - - @endif + @endif