From ea4592b695d24f9c77b3046494ff86ff22f2ab42 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 8 Jul 2026 17:05:37 +0200 Subject: [PATCH] fix(pricing): widen CategorizationCode and EMCO Compliant columns Default widths were too narrow for the header labels, causing them to overlap and become unreadable (140->200 and 110->150). Co-Authored-By: Claude Fable 5 --- src/components/PricingView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index c911c93..559049b 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -87,8 +87,8 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, articleName: 220, line: 100, classification: 130, - productType: 140, - empco: 110, + productType: 200, + empco: 150, itemToLogistic: 160, unitsOuter: 100, outerW: 80,