diff --git a/templates/pdf/_base_styles.css.twig b/templates/pdf/_base_styles.css.twig index 7a53560..cdc7f96 100644 --- a/templates/pdf/_base_styles.css.twig +++ b/templates/pdf/_base_styles.css.twig @@ -2,7 +2,7 @@ --body-margin-left: 20mm; --body-margin-right: 20mm; --body-margin-top: 20mm; - --body-margin-bottom: 15mm; + --body-margin-bottom: 5mm; } @page { diff --git a/templates/pdf/_form_styles.css.twig b/templates/pdf/_form_styles.css.twig index 435d2f6..f8e9970 100644 --- a/templates/pdf/_form_styles.css.twig +++ b/templates/pdf/_form_styles.css.twig @@ -1,8 +1,14 @@ table.table-form { width: 100%; border: none; + line-height: 1.1; } + + table.table-form td:first-child { font-weight: bold; -} \ No newline at end of file + width: 50mm; +} + +table tr.spacer td { height: 1em; } \ No newline at end of file diff --git a/templates/pdf/payment_order/confirmations.macro.twig b/templates/pdf/payment_order/confirmations.macro.twig index 7d8083d..3985384 100644 --- a/templates/pdf/payment_order/confirmations.macro.twig +++ b/templates/pdf/payment_order/confirmations.macro.twig @@ -1,5 +1,5 @@ {% macro signature(left, bottom) %} -