patx/projectpay

fix invoice styling

Commit 3df6a97 · patx · 2026-06-30T20:16:31-04:00

Changeset
3df6a97a0a2ae4df1e8779b746926d73c107576c
Parents
2cfbb63b3ea346a49de37267b38dd088261f381d

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 b669742..7e761f1 100644
--- a/templates/_invoice_line_items.html
+++ b/templates/_invoice_line_items.html
@@ -1,4 +1,4 @@
-<section class="line-items-section" style="background-color:white;">
+<section class="line-items-section" style="background-color:white; border-radius: 8px;">
   <div class="invoice-line-list">
     {% for item in project.line_items %}
       <article class="invoice-line-card">