diff --git a/web/static/invoice.css b/web/static/invoice.css index a5fb716..3ac113a 100644 --- a/web/static/invoice.css +++ b/web/static/invoice.css @@ -56,7 +56,7 @@ } .invoice .notes, .invoice .payment-instructions { - white-space: pre; + white-space: pre-line; text-align: right; }