Skip to content

Commit

Permalink
Merge Glenn Fowler's branch add-spacing-long-invoice-ID into stable #…
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Dec 29, 2023
2 parents 694b082 + 6da48a2 commit 4ea3c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/reports/standard/invoice.scm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.entries-table > table { width: 100% }
.company-table > table * { padding: 0px; }
.client-table > table * { padding: 0px; }
.invoice-details-table > table * { padding: 0px; }
.invoice-details-table > table * { padding: 0px; text-indent: 0.2em; }
@media print { .main-table > table { width: 100%; }}
")

Expand Down

0 comments on commit 4ea3c08

Please sign in to comment.