forked from brooksbingham/theme-elegance
refactor: add spacing between table rows for orders history
parent
9d9ccbc331
commit
e27b0a0cf5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue