From 36fcbc65bf36c6d6165550dfe8ff868bd6664802 Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Thu, 26 Mar 2026 14:51:22 +0100 Subject: [PATCH 1/6] fix(invoices): widen quantity fields in edit form layout Increase quantity column spans for Invoice Items and Extra Goods on the invoice edit page so values are easier to read, and keep static and JS-added rows aligned. --- app/templates/invoices/edit.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/templates/invoices/edit.html b/app/templates/invoices/edit.html index 70082b3f..af0696fe 100644 --- a/app/templates/invoices/edit.html +++ b/app/templates/invoices/edit.html @@ -71,8 +71,8 @@

@@ -110,10 +110,10 @@

{% endif %} -
+
-
+
{% if item.time_entry_ids %} {% else %} @@ -230,9 +230,9 @@