From ace2213cc400fa23ef44d4e0f379eb0f03b1febd Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 23 Mar 2026 08:16:44 +0100 Subject: [PATCH] Fix #145 --- frontend/pages/createDocument/edit/[[id]].vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/createDocument/edit/[[id]].vue b/frontend/pages/createDocument/edit/[[id]].vue index 43c0b7c..85330c7 100644 --- a/frontend/pages/createDocument/edit/[[id]].vue +++ b/frontend/pages/createDocument/edit/[[id]].vue @@ -2707,7 +2707,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = { :disabled="itemInfo.type === 'cancellationInvoices'" type="number" :step="units.find(i => i.id === row.unit) ? units.find(i => i.id === row.unit).step : '1' " - class="w-full" + class="w-20" /> @@ -2738,7 +2738,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = { type="number" step="0.001" @change="updateCustomSurcharge" - class="w-full" + class="w-30" >