refactor: add spacing between table rows for orders history

staging
abhisheks 2023-12-07 02:38:51 +05:30
parent 9d9ccbc331
commit e27b0a0cf5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<h6 class='text-lg'>{l s='Here are the orders you\'ve placed since your account was created.' d='Shop.Theme.Customeraccount'}</h6> <h6 class='text-lg'>{l s='Here are the orders you\'ve placed since your account was created.' d='Shop.Theme.Customeraccount'}</h6>
{if $orders} {if $orders}
<table class="mt-2 w-full"> <table class="mt-2 w-full border-separate border-spacing-x-0 border-spacing-y-[12px]">
<thead class="thead-default"> <thead class="thead-default">
<tr> <tr>
<th>{l s='Order reference' d='Shop.Theme.Checkout'}</th> <th>{l s='Order reference' d='Shop.Theme.Checkout'}</th>