patx/projectpay
fix invoice styling
Commit 3df6a97 · patx · 2026-06-30T20:16:31-04:00
Comments
No comments yet.
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">