diff --git a/templates/documents/bill-of-payment.html b/templates/documents/bill-of-payment.html index afdf494..a189e75 100644 --- a/templates/documents/bill-of-payment.html +++ b/templates/documents/bill-of-payment.html @@ -112,15 +112,16 @@ } .footer-line-right { - align-self: flex-end; font-size: medium; font-weight: bolder; margin: 2px 0; + width: 100%; + text-align: right; } .footer-words { + width: 100%; flex-direction: column-reverse; - display: flex; justify-content: flex-end; }