patx/projectpay

fix line items table

Commit 46a5aff · patx · 2026-06-28T16:29:28-04:00

Changeset
46a5aff60b04cf35eb59627c1a5e29e21dad02ec
Parents
53982f87b2ea56815425baf45604c2d1654c75bb

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/_invoice_line_items.html b/templates/_invoice_line_items.html
index bbeb782..b669742 100644
--- a/templates/_invoice_line_items.html
+++ b/templates/_invoice_line_items.html
@@ -1,4 +1,4 @@
-<section class="line-items-section">
+<section class="line-items-section" style="background-color:white;">
   <div class="invoice-line-list">
     {% for item in project.line_items %}
       <article class="invoice-line-card">