From faf7ee8ed51671d29498e666c0cebe44064821b8 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 13 Mar 2024 02:56:37 +0100 Subject: [PATCH] Set `white-space: pre-wrap` to first td of quotes and invoices It is common to want to enumerate in a description, for instance when adding specifications for a hosting, and that enumeration should be formatted as the user wrote, otherwise it becomes useless. Closes #94. --- web/static/invoice.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/invoice.css b/web/static/invoice.css index c2995fe..85cb1f1 100644 --- a/web/static/invoice.css +++ b/web/static/invoice.css @@ -99,6 +99,7 @@ .invoice tbody td:first-child { max-width: 15em; + white-space: pre-wrap; } .invoice .legal {