From 2b83aa45f945ab40504f5850edc214e2b2cf9a70 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 20 Sep 2016 09:02:42 +0300 Subject: [PATCH] Improve invoice alignment --- storage/templates/clean.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/templates/clean.js b/storage/templates/clean.js index a154bb0f95..43d6701830 100755 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -7,7 +7,7 @@ }, { "stack": "$accountDetails", - "margin": [40, 0, 0, 0] + "margin": [7, 0, 0, 0] }, { "stack": "$accountAddress" @@ -215,4 +215,4 @@ } }, "pageMargins": [40, 40, 40, 60] -} \ No newline at end of file +}