diff --git a/templates/customer/history.tpl b/templates/customer/history.tpl
index 63b36d3..c3d3e61 100644
--- a/templates/customer/history.tpl
+++ b/templates/customer/history.tpl
@@ -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>
 
   {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">
         <tr>
           <th>{l s='Order reference' d='Shop.Theme.Checkout'}</th>