summaryrefslogtreecommitdiff
path: root/dealconvert/formats/html.py
diff options
context:
space:
mode:
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 = [
['', '', '', ''],
['', '', '', ''],