summaryrefslogtreecommitdiff
path: root/dealconvert/formats/html.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-11-07 23:21:46 +0100
committeremkael <emkael@tlen.pl>2019-11-07 23:21:46 +0100
commit78786c9c6ed9df39f1e34b3ad2735f9656adc7cf (patch)
treef17df0f2823139958fd5be316827a03359e656f5 /dealconvert/formats/html.py
parentbf6cf6276a5cb6a9b2d8c5f88017899a52edacbd (diff)
PDF output format
Diffstat (limited to 'dealconvert/formats/html.py')
-rw-r--r--dealconvert/formats/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dealconvert/formats/html.py b/dealconvert/formats/html.py
index 244b6f2..0b5b403 100644
--- a/dealconvert/formats/html.py
+++ b/dealconvert/formats/html.py
@@ -188,7 +188,7 @@ class HTMLFormat(DealFormat):
for row in deal_rows:
table_content += '<table style="margin-top: -1px"><tr>'
for deal in row:
- table_content += '<td style="width: 4.9cm; border: solid 1px black">'
+ table_content += '<td style="width: 6.4cm; border: solid 1px black; padding: 0">'
deal_cells = [
['', '', '', ''],
['', '', '', ''],