From 1832411982b0792adc6ac2f69ea03b495985bf32 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 26 Jun 2017 21:41:42 +0300 Subject: [PATCH] Adjust business design --- storage/templates/business.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/templates/business.js b/storage/templates/business.js index 399e798fe0..24b4568ce2 100755 --- a/storage/templates/business.js +++ b/storage/templates/business.js @@ -30,12 +30,12 @@ }, { "canvas": [{ "type": "rect", "x": 20, "y": 0, "w": 174, "h": "$invoiceDetailsHeight","r":10, "lineWidth": 1,"color":"$primaryColor:#eb792d"}], - "width":36, + "width":30, "margin":[200,25,0,0] }, { "table": { - "widths": [64, 70], + "widths": [70, 76], "body": "$invoiceDetails" }, "layout": "noBorders",