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.
This commit is contained in:
jordi fita mas 2024-03-13 02:56:37 +01:00
parent a689e2f734
commit faf7ee8ed5
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@
.invoice tbody td:first-child { .invoice tbody td:first-child {
max-width: 15em; max-width: 15em;
white-space: pre-wrap;
} }
.invoice .legal { .invoice .legal {